[UserMerger] Remove diff arrow styles (no longer needed) and show a cursor when …
…hovering over diff rows. refs #1524
Showing
1 changed file
with
1 additions
and
3 deletions
| ... | @@ -810,6 +810,4 @@ a.remove-option-group, a.remove-option { | ... | @@ -810,6 +810,4 @@ a.remove-option-group, a.remove-option { |
| 810 | 810 | ||
| 811 | .diff-accept { background-color: #68be2e; } | 811 | .diff-accept { background-color: #68be2e; } |
| 812 | .diff-reject { background-color: #ed1f24; } | 812 | .diff-reject { background-color: #ed1f24; } |
| 813 | .arrow-left { width: 16px; height: 20px; background: url(../../../../tz-tools/com/Branding/cpt-icons/arrow-180-medium.png); } | 813 | td.diff-left:hover, td.diff-right:hover { cursor: pointer; } |
| 814 | .arrow-right { width: 16px; height: 20px; background: url(../../../../tz-tools/com/Branding/cpt-icons/arrow-000-medium.png); } | ||
| 815 | .arrow-link { width: 16px; height: 20px; display: block; } | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment