From c7a908ca7802021d985b125f4447e4c8f753f94c Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Fri, 11 Sep 2015 21:57:50 -0400 Subject: paper: fix styling of forms in navbar, closes #511 --- paper/bootswatch.less | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'paper/bootswatch.less') diff --git a/paper/bootswatch.less b/paper/bootswatch.less index ebb051df..2059259b 100644 --- a/paper/bootswatch.less +++ b/paper/bootswatch.less @@ -20,13 +20,13 @@ } &-inverse { - .form-control { - color: #fff; - .placeholder(@navbar-inverse-link-color); + .navbar-form { - &[type=text], - &[type=password] { + input[type=text], + input[type=password] { + color: #fff; .box-shadow(inset 0 -1px 0 @navbar-inverse-link-color); + .placeholder(@navbar-inverse-link-color); &:focus { .box-shadow(inset 0 -2px 0 #fff); -- cgit v1.2.3