summaryrefslogtreecommitdiff
path: root/src/content/content.css
diff options
context:
space:
mode:
authorhackademix2019-11-11 10:52:40 +0100
committerhackademix2019-11-15 22:56:15 +0100
commit73f74cc83fa780dd6ef60577d3982e3f4f52aefa (patch)
tree2253b5848109e742cfa150afdfd317080949d09b /src/content/content.css
parent118eb535aaa6c16270ff3cb90fb947e8fb61274a (diff)
downloadnoscript-73f74cc83fa780dd6ef60577d3982e3f4f52aefa.tar.gz
noscript-73f74cc83fa780dd6ef60577d3982e3f4f52aefa.tar.xz
noscript-73f74cc83fa780dd6ef60577d3982e3f4f52aefa.zip
Best effort to make media placeholders visible and clickable.
Diffstat (limited to 'src/content/content.css')
-rw-r--r--src/content/content.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/content/content.css b/src/content/content.css
index 949501e..5d37612 100644
--- a/src/content/content.css
+++ b/src/content/content.css
@@ -11,12 +11,16 @@ a.__NoScript_PlaceHolder__ {
z-index: 2147483647 !important;
}
+.__ns__pop2top {
+ z-index: 2147483647 !important;
+}
+
a.__NoScript_PlaceHolder__:hover {
opacity: 1;
text-decoration: underline;
}
-a.__NoScript_PlaceHolder__.closing {
+a.__NoScript_PlaceHolder__.__ns__closing {
transition: .4s all;
opacity: 0;
transform: scale(0, 0);
@@ -70,7 +74,7 @@ a.__NoScript_PlaceHolder__ > span {
.__NoScript_PlaceHolder__:hover > span > span {
background: rgba(255, 250, 200, .8)
}
-a.__NoScript_PlaceHolder__.document {
+a.__NoScript_PlaceHolder__.__ns__document {
position: fixed !important;
top: 0 !important;
bottom: 0 !important;