64 lines
2.3 KiB
CSS
64 lines
2.3 KiB
CSS
@-moz-document url-prefix(about:),
|
|
url-prefix(chrome://browser/content/preferences/),
|
|
url(chrome://passwordmgr/content/passwordManager.xul),
|
|
url(chrome://formautofill/content/manageAddresses.xhtml),
|
|
url-prefix(chrome://pippki),
|
|
url(chrome://browser/content/pageinfo/pageInfo.xul) {
|
|
::-moz-tree-row(selected) {
|
|
-moz-appearance: none!important;
|
|
background-color: red!important
|
|
}
|
|
treechildren::-moz-tree-row,
|
|
treechildren:not(.autocomplete-treebody)::-moz-tree-row(multicol,odd) {
|
|
background-color: var(--in-content-box-background)!important
|
|
}
|
|
treechildren:not(.autocomplete-treebody)::-moz-tree-row(hover) {
|
|
background-color: var(--theme-selection-background-hover)!important
|
|
}
|
|
tree {
|
|
background-color: var(--in-content-box-background)!important;
|
|
color: var(--in-content-page-color)!important
|
|
}
|
|
treechildren::-moz-tree-cell-text(hover),
|
|
treechildren::-moz-tree-cell-text(selected) {
|
|
color: var(--in-content-text-color)!important
|
|
}
|
|
treechildren:not(.autocomplete-treebody)::-moz-tree-row(selected) {
|
|
background-color: var(--theme-selection-background)!important
|
|
}
|
|
treecol:not([hideheader=true]):not(:first-child),
|
|
treecolpicker {
|
|
border-image: linear-gradient(transparent 0,transparent 20%,var(--tone-5) 20%,var(--tone-5) 80%,transparent 80%,transparent 100%) 1 1!important
|
|
}
|
|
menulist:not([editable=true]) > .menulist-dropmarker,
|
|
treecol:not([hideheader=true]) > .treecol-sortdirection[sortDirection] {
|
|
fill: var(--in-content-category-text)!important
|
|
}
|
|
fieldset > legend,
|
|
treecol:not([hideheader=true]),
|
|
treecolpicker {
|
|
background-color: var(--in-content-category-header-background)!important;
|
|
color: var(--in-content-page-color)!important
|
|
}
|
|
prefpane#mainPrefPane groupbox#applicationsGroup richlistbox#handlersView richlistitem[selected=true] {
|
|
background: var(--in-content-page-background)!important;
|
|
color: var(--in-content-page-color)!important
|
|
}
|
|
tab {
|
|
color: var(--in-content-page-color)!important
|
|
}
|
|
tab:hover {
|
|
color: var(--in-content-selected-text)!important
|
|
}
|
|
tab[selected] {
|
|
color: var(--in-content-link-color)!important
|
|
}
|
|
textbox[type=search] > moz-input-box > .textbox-search-sign {
|
|
filter: invert(65%)
|
|
}
|
|
@media screen and (-moz-os-version:windows-win7) {
|
|
treechildren {
|
|
--treechildren-outline: none!important
|
|
}
|
|
}
|
|
} |