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;