From 9445c6d11dfd4c94406b688a93fa8dd31f31c51c Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 30 Nov 2014 00:38:55 -0200 Subject: [PATCH] this fixes #309 --- src/css/popup.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/css/popup.css b/src/css/popup.css index c2a6103e6..8d96e81d0 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; }