Skip to content

Commit 9b5e8fb

Browse files
committed
Update default placeholder text color to use Sizzle red instead of #f00
1 parent 1a21cbf commit 9b5e8fb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

themes/jquery/css/base.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -520,19 +520,19 @@ textarea {
520520
* 2. Using :placeholder for completeness.
521521
*/
522522
::-webkit-input-placeholder {
523-
color: #ff0000;
523+
color: #9A1B1E;
524524
}
525525
:-moz-placeholder { /* 1 */
526-
color: #ff0000;
526+
color: #9A1B1E;
527527
}
528528
::-moz-placeholder {
529-
color: #ff0000;
529+
color: #9A1B1E;
530530
}
531531
:-ms-placeholder {
532-
color: #ff0000;
532+
color: #9A1B1E;
533533
}
534534
:placeholder { /* 2 */
535-
color: #ff0000;
535+
color: #9A1B1E;
536536
}
537537

538538
#content input:focus,

0 commit comments

Comments
 (0)