diff options
author | JustOff <Off.Just.Off@gmail.com> | 2018-05-06 14:47:23 +0300 |
---|---|---|
committer | JustOff <Off.Just.Off@gmail.com> | 2018-05-06 14:47:23 +0300 |
commit | 5839168a9f01111c5cf4eef3effa79c8b2d4bb95 (patch) | |
tree | 5b234e861a885ae3a9f9f7c8dd313b15a724af8f /application/palemoon/base/content/browser.css | |
parent | 39615877073d4399fac925be648446fc497ae18d (diff) | |
download | UXP-5839168a9f01111c5cf4eef3effa79c8b2d4bb95.tar UXP-5839168a9f01111c5cf4eef3effa79c8b2d4bb95.tar.gz UXP-5839168a9f01111c5cf4eef3effa79c8b2d4bb95.tar.lz UXP-5839168a9f01111c5cf4eef3effa79c8b2d4bb95.tar.xz UXP-5839168a9f01111c5cf4eef3effa79c8b2d4bb95.zip |
[PALEMOON] Replace fullscreen permission dialog with a warning
Diffstat (limited to 'application/palemoon/base/content/browser.css')
-rw-r--r-- | application/palemoon/base/content/browser.css | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/application/palemoon/base/content/browser.css b/application/palemoon/base/content/browser.css index 6fd2c5ce1..a2970aefc 100644 --- a/application/palemoon/base/content/browser.css +++ b/application/palemoon/base/content/browser.css @@ -504,6 +504,7 @@ window[chromehidden~="toolbar"] toolbar:not(.toolbar-primary):not(#nav-bar):not( width: 100%; height: 100%; z-index: 2147483647 !important; + pointer-events: none; } #full-screen-warning-container[fade-warning-out] { @@ -512,22 +513,13 @@ window[chromehidden~="toolbar"] toolbar:not(.toolbar-primary):not(#nav-bar):not( opacity: 0.0; } -/* When the modal fullscreen approval UI is showing, don't allow interaction - with the page, but when we're just showing the warning upon entering - fullscreen on an already approved page, do allow interaction with the page. - */ -#full-screen-warning-container:not([obscure-browser]) { - pointer-events: none; -} - #full-screen-warning-message { /* We must specify a max-width, otherwise word-wrap:break-word doesn't work in descendant <description> and <label> elements. Bug 630864. */ max-width: 800px; } -#full-screen-domain-text, -#full-screen-remember-decision > .checkbox-label-box > .checkbox-label { +#full-screen-domain-text { word-wrap: break-word; /* We must specify a min-width, otherwise word-wrap:break-word doesn't work. Bug 630864. */ min-width: 1px; |