diff options
author | hackademix | 2019-03-27 23:43:34 +0100 |
---|---|---|
committer | hackademix | 2019-03-27 23:43:34 +0100 |
commit | b9373c65b112342a519cb932fdebfd68a3cd174d (patch) | |
tree | c7da79232c02645389ae00d3ddbc59c0919ae0be /src/ui/popup.css | |
parent | d77df5c9e433a2e08f1e66ded36beca5e17deff3 (diff) | |
parent | 0878ad2b0a0d3af5db66cc6a4f7d882e17a13365 (diff) | |
download | noscript-b9373c65b112342a519cb932fdebfd68a3cd174d.tar.gz noscript-b9373c65b112342a519cb932fdebfd68a3cd174d.tar.xz noscript-b9373c65b112342a519cb932fdebfd68a3cd174d.zip |
Merge branch 'chromium' into merge/chromium
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 ce96023..a463905 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; |