2018-02-22 05:20:30 +00:00
|
|
|
@-moz-document url-prefix(about:),
|
|
|
|
url-prefix(chrome://) {
|
|
|
|
.checkbox-check,
|
|
|
|
.prefs-pane [type=checkbox]:checked + label::before,
|
|
|
|
.prefs-pane [type=checkbox]:not(:checked) + label::before,
|
|
|
|
.radio-check,
|
|
|
|
input[type=checkbox] {
|
|
|
|
-moz-appearance: none!important;
|
|
|
|
border: 1px solid!important;
|
|
|
|
background-color: var(--in-content-box-background)!important;
|
|
|
|
background-image: none!important;
|
2018-02-24 02:07:59 +00:00
|
|
|
box-shadow: none!important;
|
|
|
|
border-color: var(--in-content-box-border-color)!important
|
2018-02-22 05:20:30 +00:00
|
|
|
}
|
2018-02-25 21:26:23 +00:00
|
|
|
radio[disabled="true"] {
|
|
|
|
color: var(--in-content-box-border-color)!important;
|
|
|
|
}
|
2018-02-22 05:20:30 +00:00
|
|
|
.radio-check[selected] {
|
|
|
|
list-style-image: url(chrome://global/skin/in-content/radio.svg);
|
2018-02-25 21:26:23 +00:00
|
|
|
fill: var(--in-content-border-highlight)!important;
|
|
|
|
-moz-context-properties: fill, stroke;
|
|
|
|
stroke: none;
|
|
|
|
border-radius: 50% !important;
|
|
|
|
}
|
|
|
|
.checkbox-check[checked] {
|
|
|
|
list-style-image: url("chrome://global/skin/in-content/check.svg") !important;
|
|
|
|
fill: var(--in-content-border-highlight)!important;
|
|
|
|
-moz-context-properties: fill, stroke;
|
|
|
|
stroke: none;
|
|
|
|
|
2018-02-22 05:20:30 +00:00
|
|
|
}
|
2018-02-25 21:26:23 +00:00
|
|
|
}
|