mirror of https://github.com/gorhill/uBlock.git
this addresses 9fc136e7e87ac8bb04edac9c74ae21b7f0ad8b71#commitcomment-9664642
This commit is contained in:
parent
0c3de436ca
commit
1bb9b153c5
|
@ -136,10 +136,10 @@ body.advancedUser h2 {
|
|||
}
|
||||
body.advancedUser h2:before {
|
||||
color: #aaa;
|
||||
content: '+\202F';
|
||||
content: '+ ';
|
||||
}
|
||||
body.advancedUser #panes.dfEnabled h2:before {
|
||||
content: '\2212\202F';
|
||||
content: '\2212 ';
|
||||
}
|
||||
|
||||
#refresh {
|
||||
|
|
Loading…
Reference in New Issue