1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02:00

this fixes #1121-2

This commit is contained in:
gorhill 2015-03-29 13:31:54 -04:00
parent ab15132914
commit 40cb9a645c

View File

@ -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;