FF60 about config changes fix #131
This commit is contained in:
parent
0ed0c986d2
commit
d1c79cf31e
|
@ -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/),
|
||||
|
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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 {
|
||||
|
|
|
@ -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/),
|
||||
|
|
Loading…
Reference in New Issue