mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
this fixes #1121-2
This commit is contained in:
parent
ab15132914
commit
40cb9a645c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user