Skip to content

Commit e0f50c3

Browse files
committed
Updated Advanced options button style.
1 parent b0c0733 commit e0f50c3

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

static/popup.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,14 @@ input:checked + .slider:before {
5757
.secret {
5858
margin: 5px;
5959
}
60+
61+
.button-link {
62+
margin: 10px;
63+
background: none !important;
64+
border: none;
65+
padding: 0 !important;
66+
font-family: arial, sans-serif;
67+
color: #069;
68+
text-decoration: underline;
69+
cursor: pointer;
70+
}

static/popup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<input class="secret" type="password" id="item_7" />
1919
<input class="secret" type="password" id="item_8" />
2020
<input class="secret" type="password" id="item_9" />
21-
<button id="go-to-options">Advanced options</button>
21+
<button id="go-to-options" class="button-link">Advanced options</button>
2222
<script src="popup.js"></script>
2323
</body>
2424
</html>

0 commit comments

Comments
 (0)