r55304 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r55303‎ | r55304 | r55305 >
Date:02:22, 19 August 2009
Author:demon
Status:ok
Tags:
Comment:
(bug 20306) Reverted revs in CodeReview should have a clearer style. Now grey with a strikethru.
Modified paths:
  • /trunk/extensions/CodeReview/codereview.css (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/codereview.css
@@ -69,10 +69,12 @@
7070 }
7171
7272 .mw-codereview-status-reverted td {
73 - background: #cceeff !important;
 73+ background: #ccc !important;
 74+ text-decoration: line-through !important;
7475 }
7576 .mw-codereview-status-reverted:hover td {
76 - background: #66bbff !important;
 77+ background: #aaa !important;
 78+ text-decoration: line-through !important;
7779 }
7880 .mw-codereview-status-deferred td {
7981 color: #666;

Status & tagging log