mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
16 lines
No EOL
643 B
CSS
16 lines
No EOL
643 B
CSS
::-webkit-input-placeholder { /* WebKit browsers */
|
|
color: #999;
|
|
}
|
|
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
|
|
color: #999;
|
|
}
|
|
::-moz-placeholder { /* Mozilla Firefox 19+ */
|
|
color: #999;
|
|
}
|
|
:-ms-input-placeholder { /* Internet Explorer 10+ */
|
|
color: #999;
|
|
}
|
|
|
|
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
|
|
color: #000000;
|
|
} |