ShadowFox/userContent-files/about_pages/preferences.css

61 lines
1.2 KiB
CSS
Raw Normal View History

2017-12-09 02:26:30 +00:00
@-moz-document url-prefix(about:preferences) {
::-moz-selection {
background: var(--primary-accent-color) !important;
}
.checkbox-check,
.radio-check {
background: var(--grey-50) !important;
}
*.checkbox-check[checked],
*.radio-check[selected] {
fill: var(--primary-accent-color) !important;
}
#categories,
.main-content,
.search-container {
background: var(--primary-dark-color) !important;
}
.category[selected], .category.selected {
-moz-border-start: 4px solid var(--primary-accent-color) !important;
}
#searchInput {
background: var(--grey-60) !important;
}
#handlersView {
background: var(--grey-60) !important;
}
listheader {
background: var(--grey-80) !important;
}
#handlersView richlistitem[selected="true"] {
background: var(--primary-accent-color) !important;
color: var(--primary-light-color) !important;;
}
#handlersView richlistitem:hover {
background: var(--grey-70) !important;
color: var(--primary-light-color) !important;;
}
.dialogBox {
filter: invert(80%) !important;
}
/* Search Engines */
#engineChildren::-moz-tree-row() {
background: var(--grey-60) !important;
}
}