diff options
Diffstat (limited to 'paper/bootswatch.less')
-rw-r--r-- | paper/bootswatch.less | 10 |
1 files changed, 5 insertions, 5 deletions
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); |