hardware.info: fix CSS overlay opacity for their new layout - firefox-fix-web -… | |
git clone git://git.codemadness.org/firefox-fix-web | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit dbb34e642098e920d06b927d40255f2cb3affe4a | |
parent 0784a68a44ac25da165b212793bcd996a610a164 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Sat, 20 Jul 2019 12:54:16 +0200 | |
hardware.info: fix CSS overlay opacity for their new layout | |
Diffstat: | |
M extension/site/hardwareinfo.css | 4 ++++ | |
1 file changed, 4 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/extension/site/hardwareinfo.css b/extension/site/hardwareinfo.css | |
@@ -1,3 +1,7 @@ | |
+#overlay { | |
+ display: none !important; | |
+} | |
+ | |
#sitearea > div:not([id='content']) *, | |
#sitearea > div:not([id='content']) { | |
display: none !important; |