From d9e3d150982cdd3f34afc09df775d8abb989ed93 Mon Sep 17 00:00:00 2001 From: tophf Date: Sun, 3 Dec 2017 07:05:15 +0300 Subject: [PATCH] fix #no-styles margins; remove the hotkey number --- popup/popup.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/popup/popup.css b/popup/popup.css index f2663e59..b9e6f2a0 100644 --- a/popup/popup.css +++ b/popup/popup.css @@ -145,7 +145,13 @@ label { } #no-styles { - font-style: italic; + margin: 0 .75em; + font-weight: bold; + font-style: normal; +} + +#no-styles:before { + content: none; } .checker {