Overrides some bootstrap css values to make dropdowns look normal on firefox on windows
Bootstrap sets dropdown colours to default values, for some reason only on gecko based browsers (firefox) these default values sometimes override our theme. This commit adds `!important` to enforce our theme colours. see #1406 for more info
This commit is contained in:
parent
037590f831
commit
04bee986e7
@ -93,7 +93,8 @@ select.form-control:not([size]):not([multiple]), select.custom-file-control:not(
|
|||||||
[class^="bmd-label"],
|
[class^="bmd-label"],
|
||||||
.form-control,
|
.form-control,
|
||||||
.is-focused .form-control {
|
.is-focused .form-control {
|
||||||
color: var(--primary-font-colour);
|
color: var(--primary-font-colour) !important;
|
||||||
|
background-color: var(--primary-background-colour) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-control,
|
.form-control,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user