diff options
author | Thomas Park <thomas@thomaspark.co> | 2015-09-11 21:57:50 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.co> | 2015-09-11 21:57:50 -0400 |
commit | c7a908ca7802021d985b125f4447e4c8f753f94c (patch) | |
tree | 9269b6ff7175bb0b926d7a785dff62e7dafe6071 /paper/bootswatch.less | |
parent | 913f54b9483b99fa12c7feccfa18ee5cc0206043 (diff) |
paper: fix styling of forms in navbar, closes #511
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); |