From c3c03dccbc6e9aecab02b8b1c48aff6e7714602a Mon Sep 17 00:00:00 2001 From: overdodactyl Date: Fri, 30 Nov 2018 18:59:50 -0700 Subject: [PATCH] page info menu fix #220 --- css/userChrome-files/page_info.css | 18 +++++++++++++++--- userChrome.css | 18 +++++++++++++++--- 2 files changed, 30 insertions(+), 6 deletions(-) diff --git a/css/userChrome-files/page_info.css b/css/userChrome-files/page_info.css index 8969fdf..69c95a9 100644 --- a/css/userChrome-files/page_info.css +++ b/css/userChrome-files/page_info.css @@ -44,8 +44,10 @@ #imagecontainerbox, #permList, .groupbox-body { - border: 1px solid!important; - border-color: var(--in-content-box-border-color)!important + border: 1px solid!important + } + #permList { + -moz-appearance: none!important } groupbox.collapsable caption .caption-icon { filter: invert(65%)!important @@ -61,7 +63,17 @@ } treecolpicker { -moz-appearance: none; - border: none!important + border: none!important; + filter: invert(84%) + } + .checkbox-check[checked] { + list-style-image: url(chrome://global/skin/icons/check.svg); + -moz-context-properties: fill; + fill: var(--in-content-border-highlight)!important + } + #imagetree, + #metatree { + border: 1px solid!important } #viewGroup > radio { -moz-appearance: none!important; diff --git a/userChrome.css b/userChrome.css index a9d341e..6ffadf1 100644 --- a/userChrome.css +++ b/userChrome.css @@ -981,8 +981,10 @@ toolbarseparator { #imagecontainerbox, #permList, .groupbox-body { - border: 1px solid!important; - border-color: var(--in-content-box-border-color)!important + border: 1px solid!important + } + #permList { + -moz-appearance: none!important } groupbox.collapsable caption .caption-icon { filter: invert(65%)!important @@ -998,7 +1000,17 @@ toolbarseparator { } treecolpicker { -moz-appearance: none; - border: none!important + border: none!important; + filter: invert(84%) + } + .checkbox-check[checked] { + list-style-image: url(chrome://global/skin/icons/check.svg); + -moz-context-properties: fill; + fill: var(--in-content-border-highlight)!important + } + #imagetree, + #metatree { + border: 1px solid!important } #viewGroup > radio { -moz-appearance: none!important;