Skip to content

Commit

Permalink
fix button hover color
Browse files Browse the repository at this point in the history
  • Loading branch information
mart2070 committed Aug 5, 2024
1 parent ee72e8c commit 215bfec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdx-enhanced.js
Original file line number Diff line number Diff line change
Expand Up @@ -1675,7 +1675,7 @@ ul.nav-pills li.dropdown button.dropdown-toggle:hover {
color: var(--txt-5) !important;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .btn-success:hover, .btn:hover {
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .btn-success:hover, .btn.NoPrint:hover {
background-color: var(--col-2);
color: var(--txt-5) !important;
}
Expand Down

0 comments on commit 215bfec

Please sign in to comment.