aboutsummaryrefslogtreecommitdiffstats
path: root/src/css
diff options
context:
space:
mode:
authorRaymond Hill <rhill@raymondhill.net>2014-11-30 00:38:55 -0200
committerRaymond Hill <rhill@raymondhill.net>2014-11-30 00:38:55 -0200
commit9445c6d11dfd4c94406b688a93fa8dd31f31c51c (patch)
tree530336819dcdc97a688274482e6feeb3aa08c370 /src/css
parent0bf088cd1e8df00f9bd56cc0055b18759903b3fc (diff)
downloaduBlock-9445c6d11dfd4c94406b688a93fa8dd31f31c51c.zip
uBlock-9445c6d11dfd4c94406b688a93fa8dd31f31c51c.tar.gz
uBlock-9445c6d11dfd4c94406b688a93fa8dd31f31c51c.tar.bz2
this fixes #309
Diffstat (limited to 'src/css')
-rw-r--r--src/css/popup.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/css/popup.css b/src/css/popup.css
index c2a6103..8d96e81 100644
--- a/src/css/popup.css
+++ b/src/css/popup.css
@@ -67,10 +67,11 @@ p {
text-align: center;
}
.tool {
- font-size: 14px;
color: #aaa;
cursor: pointer;
display: none;
+ font-size: 14px;
+ unicode-bidi: embed;
}
.tool.enabled {
display: inline;
@@ -91,6 +92,7 @@ p {
padding: 0.25em;
position: fixed;
right: 8vw;
+ text-align: center;
}
.dynamicFiltering div:not(.blocked):hover > .tip:nth-of-type(1) {
display: block;
@@ -99,7 +101,7 @@ p {
display: block;
}
.dynamicFiltering div > .tip code {
- background-color: #eee;
+ background-color: #f8f8f8;
font: normal monospace;
padding: 1px 0;
}