r73566 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r73565‎ | r73566 | r73567 >
Date:20:11, 22 September 2010
Author:tparscal
Status:ok
Tags:
Comment:
Actually improves on fix for bug #25246 by reducing the power of the foreground color rule - it was overriding the placeholder class. This corrects a mistake made in r73562.
Modified paths:
  • /trunk/phase3/skins/vector/screen.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/vector/screen.css
@@ -363,10 +363,10 @@
364364 font-size: 13px;
365365 top: 0.25em;
366366 }
367 - div#simpleSearch .placeholder {
 367+ div#simpleSearch input {
368368 color: black;
369369 }
370 - div#simpleSearch .placeholder {
 370+ div#simpleSearch input.placeholder {
371371 color: #999999;
372372 }
373373 div#simpleSearch input::-webkit-input-placeholder {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r73562Improves on fix for bug #25246 by reducing the power of the foreground color ...tparscal19:15, 22 September 2010

Status & tagging log