mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
fixed missing css style
This commit is contained in:
parent
63366e9e94
commit
c5815a8d78
1 changed files with 2 additions and 1 deletions
|
|
@ -121,7 +121,8 @@ span.purge {
|
|||
span.purge:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
span.obsolete {
|
||||
span.obsolete,
|
||||
span.new {
|
||||
border-color: hsl(36, 100%, 73%);
|
||||
color: #222;
|
||||
background-color: hsl(36, 100%, 75%);
|
||||
|
|
|
|||
Loading…
Reference in a new issue