From e5c656d694d1b651ea6f447618f5046953ffce6a Mon Sep 17 00:00:00 2001 From: Korgan Date: Fri, 19 Dec 2014 20:13:22 +0100 Subject: [PATCH] placeholder working correctly --- less/_navbar.less | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/less/_navbar.less b/less/_navbar.less index ea1f5624..852fbe3b 100644 --- a/less/_navbar.less +++ b/less/_navbar.less @@ -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; }