зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1309728 - Fix invisible rule-view checkboxes in light theme. r=jdescottes
MozReview-Commit-ID: Le30FWc3iuf --HG-- extra : rebase_source : 06cc3425aa272266880297568c1743db82b70575
This commit is contained in:
Родитель
5420d0005a
Коммит
88cf93f5ef
|
@ -746,10 +746,18 @@ checkbox:-moz-focusring {
|
||||||
border: 0;
|
border: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
background-position: 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.theme-dark .theme-checkbox {
|
||||||
background-position: -28px 0;
|
background-position: -28px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.theme-checkbox[checked] {
|
.theme-checkbox[checked] {
|
||||||
|
background-position: -14px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.theme-dark .theme-checkbox[checked] {
|
||||||
background-position: -42px 0;
|
background-position: -42px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче