mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 06:49:14 +08:00
Prevent Firefox from using a more-specific text color definition in place of the placeholder color
This commit is contained in:
parent
03a798b202
commit
a588939d81
|
@ -1419,7 +1419,7 @@ body {
|
|||
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
|
||||
}
|
||||
:-moz-placeholder {
|
||||
color: #999999;
|
||||
color: #999999 !important;
|
||||
}
|
||||
::-webkit-input-placeholder {
|
||||
color: #999999;
|
||||
|
|
Loading…
Reference in New Issue
Block a user