mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-23 01:57:06 +03:00
placeholder working correctly
This commit is contained in:
parent
ca75470ecf
commit
e5c656d694
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user