Bug 1163974 - Make radio/checkbox label visible on dark color themes. r=gijskruitbosch

--HG--
extra : rebase_source : 6e319017cc0756785d0d3b0588a3f05dd9169919
This commit is contained in:
Martin Stransky 2015-06-10 04:29:00 +02:00
parent 89deaf2667
commit 688784a9e5

View File

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