This commit is contained in:
Ademaro
2012-05-24 13:57:02 +04:00
parent b261f9781b
commit 34e5bc5f1d

View File

@@ -84,6 +84,9 @@
:-moz-placeholder {
color: @color;
}
:-ms-input-placeholder {
color: @color;
}
::-webkit-input-placeholder {
color: @color;
}