From 40cb9a645c2ac18b001dd7b0deeb023fff7b4a93 Mon Sep 17 00:00:00 2001 From: gorhill Date: Sun, 29 Mar 2015 13:31:54 -0400 Subject: [PATCH] this fixes #1121-2 --- src/css/popup.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/css/popup.css b/src/css/popup.css index d3ed35a1b..ac19119e6 100644 --- a/src/css/popup.css +++ b/src/css/popup.css @@ -112,7 +112,7 @@ body.off #switch .fa { } .statName { color: #666; - margin: 1em 0 0.2em 0; + margin: 1em 0.2em 0.2em 0.2em; text-align: center; } .statValue { @@ -243,7 +243,9 @@ body.dirty #refresh:hover { text-overflow: ellipsis; width: 70%; } -#firewallContainer > div > span:nth-of-type(2) { +#firewallContainer > div > span:nth-of-type(2), +#firewallContainer > div > span:nth-of-type(3), +#firewallContainer > div > span:nth-of-type(4) { cursor: pointer; width: 15%; } @@ -251,9 +253,7 @@ body.dirty #refresh:hover { #firewallContainer > div > span:nth-of-type(4) { border-left: 1px solid white; color: #444; - cursor: pointer; text-align: center; - width: 15%; } #firewallContainer > div > span:nth-of-type(4) { display: none;