summaryrefslogtreecommitdiff
path: root/paper/_bootswatch.scss
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.co>2015-05-22 21:43:41 -0400
committerThomas Park <thomas@thomaspark.co>2015-05-22 21:43:41 -0400
commit3c3eca37c46e5731390f352426af004344701d20 (patch)
tree632fefd8744af82a806d59d343fbbcbb19374b3f /paper/_bootswatch.scss
parent924260493d9bff26b5d7de9a287e06198b4a6008 (diff)
paper: fix password inputs in inverse navbars, closes #463
Diffstat (limited to 'paper/_bootswatch.scss')
-rw-r--r--paper/_bootswatch.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/paper/_bootswatch.scss b/paper/_bootswatch.scss
index 1fd63193..fd2e95a5 100644
--- a/paper/_bootswatch.scss
+++ b/paper/_bootswatch.scss
@@ -19,7 +19,8 @@
color: #fff;
@include placeholder($navbar-inverse-link-color);
- &[type=text] {
+ &[type=text],
+ &[type=password] {
@include box-shadow(inset 0 -1px 0 $navbar-inverse-link-color);
&:focus {