mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
this fixes #882: added visual cue
This commit is contained in:
parent
b3511a5b92
commit
fd3ab5e22e
1 changed files with 9 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ body.dirty #refresh:hover {
|
|||
}
|
||||
#firewallContainer > div:nth-of-type(1) > span {
|
||||
height: 18px;
|
||||
line-height: 18px;
|
||||
line-height: 20px;
|
||||
}
|
||||
#firewallContainer > div:nth-of-type(1) > span:nth-of-type(1) {
|
||||
cursor: pointer;
|
||||
|
|
@ -230,6 +230,14 @@ body.dirty #refresh:hover {
|
|||
#firewallContainer > div.isDomain > span:nth-of-type(1) {
|
||||
font-weight: bold;
|
||||
}
|
||||
#firewallContainer > div:nth-of-type(1) > span:nth-of-type(1):before {
|
||||
color: #aaa;
|
||||
content: '\2012';
|
||||
padding-right: 0.25em;
|
||||
}
|
||||
#firewallContainer.minimized > div:nth-of-type(1) > span:nth-of-type(1):before {
|
||||
content: '+';
|
||||
}
|
||||
#firewallContainer.minimized > div.isDomain > span:nth-of-type(3) {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue