mirror of
https://github.com/healthchecks/healthchecks.git
synced 2025-04-10 07:27:30 +00:00
Fix dropdown button background in dark mode
This commit is contained in:
parent
0c8bba95ac
commit
c51096e17e
2 changed files with 8 additions and 5 deletions
static/css
5
static/css/bootstrap-colors.css
vendored
5
static/css/bootstrap-colors.css
vendored
|
@ -11,7 +11,10 @@
|
|||
.btn-default:active,
|
||||
.btn-default:active:focus,
|
||||
.btn-default.active.focus,
|
||||
.btn-default.active:hover {
|
||||
.btn-default.active:hover,
|
||||
.open > .dropdown-toggle.btn-default,
|
||||
.open > .dropdown-toggle.btn-default:hover,
|
||||
.open > .dropdown-toggle.btn-default:focus {
|
||||
color: var(--btn-active-color);
|
||||
background-color: var(--btn-active-bg);
|
||||
border-color: var(--btn-active-border);
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
padding-left: 30px;
|
||||
}
|
||||
|
||||
#filters > button {
|
||||
#filters > button:not(:active) {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue