mirror of
https://github.com/discourse/discourse.git
synced 2025-03-06 03:09:43 +00:00
Merge pull request #99 from tms/firefox-placeholders
Prevent Firefox from using the wrong placeholder colour
This commit is contained in:
commit
ca0c4926f6
@ -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…
x
Reference in New Issue
Block a user