aboutsummaryrefslogtreecommitdiff
path: root/content/overlay.css
diff options
context:
space:
mode:
authorhackademix <giorgio@maone.net>2018-09-24 23:00:01 +0200
committerhackademix <giorgio@maone.net>2018-09-26 15:04:20 +0200
commit08f01213cc2e3929bfd0ae55514b2e3bd2e5d6f3 (patch)
treeb231427ea30484ffa96b9b9c582d3c2f301f6eb1 /content/overlay.css
parent73a485fa81071cb293e9676e2ee8cdb570523b11 (diff)
Improved and partially refactored floating dialog.
Diffstat (limited to 'content/overlay.css')
-rw-r--r--content/overlay.css28
1 files changed, 28 insertions, 0 deletions
diff --git a/content/overlay.css b/content/overlay.css
new file mode 100644
index 0000000..fa0a294
--- /dev/null
+++ b/content/overlay.css
@@ -0,0 +1,28 @@
+#_LibreJS_overlay {
+ z-index: 2147483647 !important;
+ background-color: #000;
+ opacity: 0.7 !important;
+ display: block !important;
+ position: fixed !important;
+ margin: 0 !important;
+ padding: 0 !important;
+ top: 0 !important;
+ bottom: 0 !important;
+ left: 0 !important;
+ right: 0 !important;
+}
+
+#_LibreJS_frame {
+ width: 60% !important;
+ height: 80% !important;
+ top: 10% !important;
+ bottom: 10% !important;
+ left: 20% !important;
+ right: 20% !important;
+ overflow: auto !important;
+ position: fixed !important;
+ display:inline-block !important;
+ border: 2px solid #444 !important;
+ z-index: 2147483647 !important;
+ background: #eee;
+}