summaryrefslogtreecommitdiff
path: root/src/ui/popup.css
diff options
context:
space:
mode:
authorhackademix2018-07-20 16:19:49 +0200
committerhackademix2018-07-20 16:19:49 +0200
commit9382bbd9112b48676e3c308921e0285f632f9126 (patch)
tree6c0c0f044e87692085b6a466b9855b30d11dedb2 /src/ui/popup.css
parentb1e4791d0a7c95815cba31a8caa5d39dd987c756 (diff)
downloadnoscript-9382bbd9112b48676e3c308921e0285f632f9126.tar.gz
noscript-9382bbd9112b48676e3c308921e0285f632f9126.tar.xz
noscript-9382bbd9112b48676e3c308921e0285f632f9126.zip
Replaced unicode glyphs missing on some platforms and in the Tor Browser.
Diffstat (limited to 'src/ui/popup.css')
-rw-r--r--src/ui/popup.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/ui/popup.css b/src/ui/popup.css
index f8b31e2..ad5e3d0 100644
--- a/src/ui/popup.css
+++ b/src/ui/popup.css
@@ -86,9 +86,12 @@ body {
}
-.reveal {
+#top .hider .reveal {
display: block;
- padding: .3em;
+ font-size: 1.2em;
+ font-weight: bold;
+ padding: 0;
+ text-align: center;
margin: 0;
}
@@ -126,7 +129,8 @@ body {
position: absolute;
left: .2em;
top: 0;
- font-size: 1em;
+ font-size: 1.5em;
+ font-weight: bold;
z-index: 100;
vertical-align: middle;
padding: .2em;