FF60 about config changes fix #131

This commit is contained in:
overdodactyl 2018-05-10 13:50:54 -06:00
parent 0ed0c986d2
commit d1c79cf31e
4 changed files with 20 additions and 0 deletions

View File

@ -207,6 +207,11 @@ url(chrome://browser/content/pageinfo/pageInfo.xul) {
background: var(--in-content-page-background)!important;
color: var(--in-content-page-color)!important
}
@media screen and (-moz-os-version:windows-win7) {
treechildren {
--treechildren-outline: none!important
}
}
}
@-moz-document regexp("^about:(?!reader).*"),
url(https://www.mozilla.org/credits/),

View File

@ -40,4 +40,9 @@ url(chrome://browser/content/pageinfo/pageInfo.xul) {
background: var(--in-content-page-background)!important;
color: var(--in-content-page-color)!important
}
@media screen and (-moz-os-version:windows-win7) {
treechildren {
--treechildren-outline: none!important
}
}
}

View File

@ -209,6 +209,11 @@ url(chrome://browser/content/pageinfo/pageInfo.xul) {
background: var(--in-content-page-background)!important;
color: var(--in-content-page-color)!important
}
@media screen and (-moz-os-version:windows-win7) {
treechildren {
--treechildren-outline: none!important
}
}
}
@-moz-document url(chrome://browser/content/aboutDialog.xul) {
#clientBox {

View File

@ -207,6 +207,11 @@ url(chrome://browser/content/pageinfo/pageInfo.xul) {
background: var(--in-content-page-background)!important;
color: var(--in-content-page-color)!important
}
@media screen and (-moz-os-version:windows-win7) {
treechildren {
--treechildren-outline: none!important
}
}
}
@-moz-document regexp("^about:(?!reader).*"),
url(https://www.mozilla.org/credits/),