From 9704fe16f556cbb66f28c37be2f6525c2007cb4b Mon Sep 17 00:00:00 2001 From: overdodactyl Date: Tue, 26 Dec 2017 12:28:57 -0700 Subject: [PATCH] Add support for uBO-scope --- .../webextension-tweaks/uBO_Scope.css | 58 +++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 userContent-files/webextension-tweaks/uBO_Scope.css diff --git a/userContent-files/webextension-tweaks/uBO_Scope.css b/userContent-files/webextension-tweaks/uBO_Scope.css new file mode 100644 index 0000000..174f65e --- /dev/null +++ b/userContent-files/webextension-tweaks/uBO_Scope.css @@ -0,0 +1,58 @@ +@-moz-document url-prefix("moz-extension://7ce809b7-4a3b-484c-89de-42aa4db7f5de/") { + body { + background: var(--grey-60) !important; + } + + #topPane { + background-color: var(--grey-60) !important; + color: var(--primary-light-color) !important; + } + + #heatmaps .togglerBar { + background: var(--grey-60) !important; + } + + body.theoretical #heatmaps .heatmap.theoretical { + background: var(--grey-60) !important; + } + + + + #heatmaps .heatmap { + border: none; + background: var(--grey-60) !important; + } + + #heatmaps.list .hmcell { + background-color: var(--grey-60) !important; + color: var(--primary-light-color) !important; + } + + #domain3rdDetails { + background-color: var(--grey-70) !important; + border: 1px solid var(--grey-70) !important; + } + + #domain3rdDetails #authority { + background-color: var(--grey-80) !important; + position: relative; + } + + #scores .scores .score.actual { + color: white !important;; + } + + #scores .scores .score.theoretical { + color: var(--grey-70) !important;; + } + + body.theoretical #scores .scores .score.actual { + color: var(--grey-70) !important;; + } + + body.theoretical #scores .scores .score.theoretical { + color: var(--primary-light-color) !important;; + } + + +}