Commit 4aa1a910 by Dányi Bence

one: placeholder text style fixed (cross-browser compatible)

parent bc596d4e
......@@ -119,6 +119,23 @@
background-position: 0 0;
z-index: 2;
position: relative;
&.filetype-new-folder {
float: left;
}
}
@placeholderColor: #555;
input::-webkit-input-placeholder{
color: @placeholderColor;
}
input:-moz-placeholder{
color: @placeholderColor;
}
input::-moz-placeholder{
color: @placeholderColor;
}
input:-ms-input-placeholder{
color: @placeholderColor;
}
.status{
text-align: right;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment