mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
Merge pull request #99 from tms/firefox-placeholders
Prevent Firefox from using the wrong placeholder colour
This commit is contained in:
commit
ca0c4926f6
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue