forked from GithubBackups/healthchecks
Fix dark mode bug in selectpicker widgets
This commit is contained in:
parent
544ec7ea69
commit
b43612806f
@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
- Add handling for non-latin-1 characters in webhook headers
|
- Add handling for non-latin-1 characters in webhook headers
|
||||||
|
- Fix dark mode bug in selectpicker widgets
|
||||||
|
|
||||||
## v1.22.0 - 2020-08-06
|
## v1.22.0 - 2020-08-06
|
||||||
|
|
||||||
|
16
static/css/bootstrap-colors.css
vendored
16
static/css/bootstrap-colors.css
vendored
@ -19,6 +19,22 @@
|
|||||||
border-color: var(--btn-active-border);
|
border-color: var(--btn-active-border);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.open > .dropdown-toggle.btn-default,
|
||||||
|
.open > .dropdown-toggle.btn-default:active,
|
||||||
|
.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);
|
||||||
|
}
|
||||||
|
|
||||||
|
.bootstrap-select > .dropdown-toggle.bs-placeholder,
|
||||||
|
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
|
||||||
|
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
|
||||||
|
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
|
||||||
|
color: var(--btn-default-color);
|
||||||
|
}
|
||||||
|
|
||||||
.alert-info {
|
.alert-info {
|
||||||
background-color: var(--state-info-bg);
|
background-color: var(--state-info-bg);
|
||||||
border-color: var(--state-info-border);
|
border-color: var(--state-info-border);
|
||||||
|
@ -150,8 +150,3 @@ body.dark {
|
|||||||
--text-color: hsl(240, 3.3%, 88.2%);
|
--text-color: hsl(240, 3.3%, 88.2%);
|
||||||
--text-muted: hsl(240, 3%, 55%);
|
--text-muted: hsl(240, 3%, 55%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user