diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-05-06 20:44:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-06 20:44:37 +0200 |
commit | 61394bf4ff79650ee4b3f3951331c8a8775de6e3 (patch) | |
tree | 85111dd8e0b0d22377dc0f3eb18a672055c9dd11 /application/palemoon/themes/linux/preferences | |
parent | 1fbd4d95796ff084e84e4b9e32d1c23aa2672825 (diff) | |
parent | 79f8a278d95be21ce6f0999a304da5bdd9924dca (diff) | |
download | UXP-61394bf4ff79650ee4b3f3951331c8a8775de6e3.tar UXP-61394bf4ff79650ee4b3f3951331c8a8775de6e3.tar.gz UXP-61394bf4ff79650ee4b3f3951331c8a8775de6e3.tar.lz UXP-61394bf4ff79650ee4b3f3951331c8a8775de6e3.tar.xz UXP-61394bf4ff79650ee4b3f3951331c8a8775de6e3.zip |
Merge pull request #334 from JustOff/PR_fullscreen_warning
[PALEMOON] Replace the fullscreen permission dialog with a warning and update the permission management
Diffstat (limited to 'application/palemoon/themes/linux/preferences')
-rw-r--r-- | application/palemoon/themes/linux/preferences/aboutPermissions.css | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/application/palemoon/themes/linux/preferences/aboutPermissions.css b/application/palemoon/themes/linux/preferences/aboutPermissions.css index 224c88018..2ad833fb2 100644 --- a/application/palemoon/themes/linux/preferences/aboutPermissions.css +++ b/application/palemoon/themes/linux/preferences/aboutPermissions.css @@ -104,12 +104,6 @@ .pref-icon[type="plugins"] { list-style-image: url(chrome://mozapps/skin/plugins/pluginGeneric.png); } -.pref-icon[type="fullscreen"] { - list-style-image: url(chrome://global/skin/icons/question-64.png); -} -.pref-icon[type="pointerLock"] { - list-style-image: url(chrome://global/skin/icons/question-64.png); -} .pref-title { font-size: 125%; |