diff options
author | hackademix | 2019-02-01 00:31:43 +0100 |
---|---|---|
committer | hackademix | 2019-02-01 00:31:43 +0100 |
commit | 9b5bd1c7756c37e6760a89b444110cf9352b14fd (patch) | |
tree | 48181117a0df788feba8e4fb3e03aad5296fb9a8 /src/ui/popup.css | |
parent | 4e5f12a6c29d6adae8ae1a0236edb9d851846998 (diff) | |
download | noscript-9b5bd1c7756c37e6760a89b444110cf9352b14fd.tar.gz noscript-9b5bd1c7756c37e6760a89b444110cf9352b14fd.tar.xz noscript-9b5bd1c7756c37e6760a89b444110cf9352b14fd.zip |
Chromium-compatible UI stylesheets.
Diffstat (limited to 'src/ui/popup.css')
-rw-r--r-- | src/ui/popup.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ui/popup.css b/src/ui/popup.css index ad5e3d0..a0febc6 100644 --- a/src/ui/popup.css +++ b/src/ui/popup.css @@ -16,6 +16,7 @@ body { #top a { appearance: none !important; + webkit-appearance: none !important; -moz-appearance: none !important; width: 2em; height: 2em; @@ -119,8 +120,9 @@ body { } .hider-close { - -moz-appearance: none; appearance: none; + -webkit-appearance: none; + -moz-appearance: none; color: black; background: transparent; padding: 0; |