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 @@
364
364
font-size: 13px;
365
365
top: 0.25em;
366
366
}
367
- div#simpleSearch .placeholder {
367
+ div#simpleSearch input {
368
368
color: black;
369
369
}
370
- div#simpleSearch .placeholder {
370
+ div#simpleSearch input.placeholder {
371
371
color: #999999;
372
372
}
373
373
div#simpleSearch input::-webkit-input-placeholder {
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r73562
Improves on fix for
bug #25246
by reducing the power of the foreground color ...
tparscal
19:15, 22 September 2010
Status & tagging log
20:46, 1 October 2010
Catrope
(
talk
|
contribs
)
changed the
status
of r73566
[
removed:
new
added:
ok]