fix some stupid animation/fade - firefox-fix-web - Firefox extension: fix web | |
git clone git://git.codemadness.org/firefox-fix-web | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 3e9bf6cd5a5183506d7942d96ca02f8d4b01115c | |
parent b24039ed5c0a80c594de189fdae55c17fb2f8232 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Wed, 31 Oct 2018 18:18:09 +0100 | |
fix some stupid animation/fade | |
Seen in the wild wild web. Probably used by other sites of the framework too. | |
Diffstat: | |
M extension/global/anim.css | 4 ++++ | |
1 file changed, 4 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/extension/global/anim.css b/extension/global/anim.css | |
@@ -7,3 +7,7 @@ body > * { | |
body { | |
display: block !important; | |
} | |
+ | |
+#PageFirstLoadOverlay { | |
+ background: initial !important; | |
+} |