mirror of https://github.com/gorhill/uBlock.git
fixed missing css style
This commit is contained in:
parent
63366e9e94
commit
c5815a8d78
|
@ -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 New Issue