placeholder working correctly

This commit is contained in:
Korgan 2014-12-19 20:13:22 +01:00
parent a10e9ec6f5
commit 5e9a66e29f

View File

@ -159,9 +159,21 @@
}
}
}
.background-variations(~"", @primary);
.text-variations(~" .form-control::placeholder", @primary);
.generic-variations(~"", @primary, {
background-color: @material-color;
color: @text-color;
// deeply defined to override welljumbo class without !impotant need
.navbar-form {
.form-control-wrapper input.form-control::placeholder {
color: @text-color;
}
input.form-control::placeholder {
color: @text-color;
}
}
});
&-inverse {
background-color: @indigo;
}