summaryrefslogtreecommitdiff
path: root/src/ui/popup.css
diff options
context:
space:
mode:
authorhackademix2019-02-01 00:31:43 +0100
committerhackademix2019-02-01 00:31:43 +0100
commit9b5bd1c7756c37e6760a89b444110cf9352b14fd (patch)
tree48181117a0df788feba8e4fb3e03aad5296fb9a8 /src/ui/popup.css
parent4e5f12a6c29d6adae8ae1a0236edb9d851846998 (diff)
downloadnoscript-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.css4
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;