style certificates dialog tabs fix #188

This commit is contained in:
overdodactyl 2018-09-14 09:13:57 -06:00
parent ae82158b65
commit 5491095ab4
4 changed files with 36 additions and 0 deletions

View File

@ -496,6 +496,15 @@ url(chrome://browser/content/pageinfo/pageInfo.xul) {
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
}
@media screen and (-moz-os-version:windows-win7) {
treechildren {
--treechildren-outline: none!important

View File

@ -40,6 +40,15 @@ url(chrome://browser/content/pageinfo/pageInfo.xul) {
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
}
@media screen and (-moz-os-version:windows-win7) {
treechildren {
--treechildren-outline: none!important

View File

@ -498,6 +498,15 @@ url(chrome://browser/content/pageinfo/pageInfo.xul) {
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
}
@media screen and (-moz-os-version:windows-win7) {
treechildren {
--treechildren-outline: none!important

View File

@ -496,6 +496,15 @@ url(chrome://browser/content/pageinfo/pageInfo.xul) {
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
}
@media screen and (-moz-os-version:windows-win7) {
treechildren {
--treechildren-outline: none!important