We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0c0733 commit e0f50c3Copy full SHA for e0f50c3
2 files changed
static/popup.css
@@ -57,3 +57,14 @@ input:checked + .slider:before {
57
.secret {
58
margin: 5px;
59
}
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
@@ -18,7 +18,7 @@
18
<input class="secret" type="password" id="item_7" />
19
<input class="secret" type="password" id="item_8" />
20
<input class="secret" type="password" id="item_9" />
21
- <button id="go-to-options">Advanced options</button>
+ <button id="go-to-options" class="button-link">Advanced options</button>
22
<script src="popup.js"></script>
23
</body>
24
</html>
0 commit comments