mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-11 01:28:00 +01:00
No colors for highlights; just faded and linethrough
This commit is contained in:
parent
8051b8d604
commit
622829cc68
1 changed files with 0 additions and 2 deletions
|
@ -130,7 +130,6 @@ body[dir="rtl"] #commitButton:before {
|
||||||
}
|
}
|
||||||
#diff .right li.notLeft {
|
#diff .right li.notLeft {
|
||||||
color: #000;
|
color: #000;
|
||||||
background: lightgreen;
|
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
#diff .right li.notRight {
|
#diff .right li.notRight {
|
||||||
|
@ -139,7 +138,6 @@ body[dir="rtl"] #commitButton:before {
|
||||||
#diff .right li.toRemove {
|
#diff .right li.toRemove {
|
||||||
color: #000;
|
color: #000;
|
||||||
text-decoration: line-through;
|
text-decoration: line-through;
|
||||||
background: lightpink;
|
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
#diff textarea {
|
#diff textarea {
|
||||||
|
|
Loading…
Reference in a new issue