From d1c79cf31e8d19c3726279442de26ebdda2a67b7 Mon Sep 17 00:00:00 2001 From: overdodactyl Date: Thu, 10 May 2018 13:50:54 -0600 Subject: [PATCH] FF60 about config changes fix #131 --- alternative_user_files/userContent_no_addons.css | 5 +++++ css/common-files/trees.css | 5 +++++ userChrome.css | 5 +++++ userContent.css | 5 +++++ 4 files changed, 20 insertions(+) diff --git a/alternative_user_files/userContent_no_addons.css b/alternative_user_files/userContent_no_addons.css index 242a146..6d44e27 100644 --- a/alternative_user_files/userContent_no_addons.css +++ b/alternative_user_files/userContent_no_addons.css @@ -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/), diff --git a/css/common-files/trees.css b/css/common-files/trees.css index de3f354..b19bbfb 100644 --- a/css/common-files/trees.css +++ b/css/common-files/trees.css @@ -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 + } + } } \ No newline at end of file diff --git a/userChrome.css b/userChrome.css index 3c36f53..a6f2069 100644 --- a/userChrome.css +++ b/userChrome.css @@ -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 { diff --git a/userContent.css b/userContent.css index 5d43dbf..3ce341b 100644 --- a/userContent.css +++ b/userContent.css @@ -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/),