Skip to content

Commit

Permalink
Updated Advanced options button style.
Browse files Browse the repository at this point in the history
  • Loading branch information
getvictor committed Jun 26, 2024
1 parent b0c0733 commit e0f50c3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions static/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,14 @@ input:checked + .slider:before {
.secret {
margin: 5px;
}

.button-link {
margin: 10px;
background: none !important;
border: none;
padding: 0 !important;
font-family: arial, sans-serif;
color: #069;
text-decoration: underline;
cursor: pointer;
}
2 changes: 1 addition & 1 deletion static/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<input class="secret" type="password" id="item_7" />
<input class="secret" type="password" id="item_8" />
<input class="secret" type="password" id="item_9" />
<button id="go-to-options">Advanced options</button>
<button id="go-to-options" class="button-link">Advanced options</button>
<script src="popup.js"></script>
</body>
</html>

0 comments on commit e0f50c3

Please sign in to comment.