Set select color and background colors so OS themes dont override them

This commit is contained in:
Jackson Harper
2022-06-27 23:07:55 -07:00
parent 9122495632
commit c2ce6a478b

View File

@ -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;