diff options
Diffstat (limited to 'paper/_bootswatch.scss')
-rw-r--r-- | paper/_bootswatch.scss | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/paper/_bootswatch.scss b/paper/_bootswatch.scss index d213d5b9..054aa74f 100644 --- a/paper/_bootswatch.scss +++ b/paper/_bootswatch.scss @@ -20,13 +20,13 @@ $web-font-path: "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" } &-inverse { - .form-control { - color: #fff; - @include placeholder($navbar-inverse-link-color); + .navbar-form { - &[type=text], - &[type=password] { + input[type=text], + input[type=password] { + color: #fff; @include box-shadow(inset 0 -1px 0 $navbar-inverse-link-color); + @include placeholder($navbar-inverse-link-color); &:focus { @include box-shadow(inset 0 -2px 0 #fff); |