r84862 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r84861‎ | r84862 | r84863 >
Date:17:22, 27 March 2011
Author:reedy
Status:reverted (Comments)
Tags:
Comment:
Improve css for r84852, add non hover colour
Modified paths:
  • /trunk/extensions/CodeReview/modules/ext.codereview.css (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/modules/ext.codereview.css
@@ -69,9 +69,15 @@
7070 color: #ff0 !important;
7171 }
7272
 73+.mw-codereview-status-improveme,
 74+.mw-codereview-status-improveme td {
 75+ background: #ff9900 !important;
 76+}
 77+
7378 .mw-codereview-status-improveme:hover a,
7479 .mw-codereview-status-improveme:hover td a {
75 - background: #ff9900 !important;
 80+ background: #ff6633 !important;
 81+ color: white;
7682 }
7783
7884 .mw-codereview-status-resolved,

Follow-up revisions

RevisionCommit summaryAuthorDate
r84863And even more CSS...reedy17:41, 27 March 2011
r84865f90 was way too dark, use fc0demon17:54, 27 March 2011
r85806Reverting r84852, r84854, r84862, r84863, r84865 until we get some better con...reedy17:31, 11 April 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r84852Add "improveme" for bug 28274reedy16:19, 27 March 2011

Comments

#Comment by 😂 (talk | contribs)   18:00, 27 March 2011

Too dark, fixed in followup.

Status & tagging log