diff options
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; |