Update trees.css

This commit is contained in:
Ben Mackowski 2020-06-20 12:39:03 -07:00 committed by GitHub
parent ddfd70c5ee
commit 0beaa9121a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
@-moz-document url-prefix(about:),
url-prefix(chrome://browser/content/preferences/),
url(chrome://passwordmgr/content/passwordManager.xul),
url(chrome://passwordmgr/content/passwordManager.xhtml),
url(chrome://formautofill/content/manageAddresses.xhtml),
url-prefix(chrome://pippki),
url(chrome://browser/content/pageinfo/pageInfo.xul) {
url(chrome://browser/content/pageinfo/pageInfo.xhtml) {
::-moz-tree-row(selected) {
-moz-appearance: none!important;
background-color: red!important
@ -61,4 +61,4 @@ url(chrome://browser/content/pageinfo/pageInfo.xul) {
--treechildren-outline: none!important
}
}
}
}