summaryrefslogtreecommitdiff
path: root/src/ui/popup.css
diff options
context:
space:
mode:
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;