mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-05-02 00:44:47 -04:00
Merge pull request #39 from bendoerr/patch-1
Split -vendor-placeholder selector by vendor.
This commit is contained in:
commit
c24e1122b6
1 changed files with 7 additions and 1 deletions
|
@ -1418,7 +1418,13 @@ body {
|
||||||
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
|
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
|
||||||
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
|
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
|
||||||
}
|
}
|
||||||
:-moz-placeholder, :-ms-input-placeholder, ::-webkit-input-placeholder {
|
:-moz-placeholder {
|
||||||
|
color: #999999;
|
||||||
|
}
|
||||||
|
::-webkit-input-placeholder {
|
||||||
|
color: #999999;
|
||||||
|
}
|
||||||
|
:-ms-input-placeholder {
|
||||||
color: #999999;
|
color: #999999;
|
||||||
}
|
}
|
||||||
.help-block, .help-inline {
|
.help-block, .help-inline {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue