mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 10:33:33 +00:00
Bug 1163974 - Make radio/checkbox label visible on dark color themes. r=gijskruitbosch
--HG-- extra : rebase_source : 6e319017cc0756785d0d3b0588a3f05dd9169919
This commit is contained in:
parent
89deaf2667
commit
688784a9e5
@ -78,6 +78,13 @@ xul|*.radio-label-box {
|
||||
-moz-appearance: none;
|
||||
}
|
||||
|
||||
/* Override OS-theme-based color to make it visible
|
||||
on dark color themes. */
|
||||
xul|radio:not([disabled="true"]):hover,
|
||||
xul|checkbox:not([disabled="true"]):hover {
|
||||
color: var(--in-content-text-color);
|
||||
}
|
||||
|
||||
xul|*.numberbox-input-box {
|
||||
-moz-appearance: none;
|
||||
border-width: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user