Browse Source

Merge pull request #490 from WyohKnott/visualcue

Adding visual cue indicating that a temp rule will be deleted if clicked
pull/2/head
Raymond Hill 9 years ago
parent
commit
fb1bd28460
  1. 3
      src/css/user-rules.css

3
src/css/user-rules.css

@ -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;
}

Loading…
Cancel
Save