mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-25 19:14:09 +03:00
placeholder working correctly
This commit is contained in:
parent
a10e9ec6f5
commit
5e9a66e29f
|
@ -159,8 +159,20 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
.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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user