diff options
author | JustOff <Off.Just.Off@gmail.com> | 2018-05-06 14:48:52 +0300 |
---|---|---|
committer | JustOff <Off.Just.Off@gmail.com> | 2018-05-06 14:48:52 +0300 |
commit | 79f8a278d95be21ce6f0999a304da5bdd9924dca (patch) | |
tree | 85111dd8e0b0d22377dc0f3eb18a672055c9dd11 /application/palemoon/themes/linux | |
parent | 5839168a9f01111c5cf4eef3effa79c8b2d4bb95 (diff) | |
download | UXP-79f8a278d95be21ce6f0999a304da5bdd9924dca.tar UXP-79f8a278d95be21ce6f0999a304da5bdd9924dca.tar.gz UXP-79f8a278d95be21ce6f0999a304da5bdd9924dca.tar.lz UXP-79f8a278d95be21ce6f0999a304da5bdd9924dca.tar.xz UXP-79f8a278d95be21ce6f0999a304da5bdd9924dca.zip |
[PALEMOON] Remove fullscreen and pointer-lock from permission managing
Diffstat (limited to 'application/palemoon/themes/linux')
-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%; |