From 5491095ab4661be371be1133712febb6f01ee1f1 Mon Sep 17 00:00:00 2001 From: overdodactyl Date: Fri, 14 Sep 2018 09:13:57 -0600 Subject: [PATCH] style certificates dialog tabs fix #188 --- alternative_user_files/userContent_no_addons.css | 9 +++++++++ css/common-files/trees.css | 9 +++++++++ userChrome.css | 9 +++++++++ userContent.css | 9 +++++++++ 4 files changed, 36 insertions(+) diff --git a/alternative_user_files/userContent_no_addons.css b/alternative_user_files/userContent_no_addons.css index 908605e..5bc0e18 100644 --- a/alternative_user_files/userContent_no_addons.css +++ b/alternative_user_files/userContent_no_addons.css @@ -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 diff --git a/css/common-files/trees.css b/css/common-files/trees.css index b19bbfb..a1a57e1 100644 --- a/css/common-files/trees.css +++ b/css/common-files/trees.css @@ -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 diff --git a/userChrome.css b/userChrome.css index d62e863..c0076fd 100644 --- a/userChrome.css +++ b/userChrome.css @@ -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 diff --git a/userContent.css b/userContent.css index 391460f..741b761 100644 --- a/userContent.css +++ b/userContent.css @@ -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