mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Set select color and background colors so OS themes dont override them
This commit is contained in:
parent
9122495632
commit
c2ce6a478b
1 changed files with 9 additions and 0 deletions
|
|
@ -274,6 +274,15 @@ div#appleid-signin {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
select {
|
||||
color: var(--colors-grayTextContrast);
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
select option {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
input[type=range]::-webkit-slider-thumb {
|
||||
-webkit-appearance: none;
|
||||
border: none;
|
||||
|
|
|
|||
Loading…
Reference in a new issue