Index: trunk/extensions/CodeReview/codereview.css |
— | — | @@ -69,10 +69,12 @@ |
70 | 70 | } |
71 | 71 | |
72 | 72 | .mw-codereview-status-reverted td { |
73 | | - background: #cceeff !important; |
| 73 | + background: #ccc !important; |
| 74 | + text-decoration: line-through !important; |
74 | 75 | } |
75 | 76 | .mw-codereview-status-reverted:hover td { |
76 | | - background: #66bbff !important; |
| 77 | + background: #aaa !important; |
| 78 | + text-decoration: line-through !important; |
77 | 79 | } |
78 | 80 | .mw-codereview-status-deferred td { |
79 | 81 | color: #666; |