1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-26 10:01:08 +12:00

Merge pull request #490 from WyohKnott/visualcue

Adding visual cue indicating that a temp rule will be deleted if clicked
This commit is contained in:
Raymond Hill 2016-02-14 09:25:35 -05:00
commit fb1bd28460

View file

@ -128,6 +128,9 @@ body[dir="rtl"] #commitButton:before {
#diff .right li.notLeft {
color: #000;
}
#diff .right li.notLeft:hover {
text-decoration: line-through;
}
#diff .right li.notRight {
color: #000;
}