summaryrefslogtreecommitdiff
path: root/paper/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'paper/bootstrap.css')
-rw-r--r--paper/bootstrap.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/paper/bootstrap.css b/paper/bootstrap.css
index f10081a5..f2a57325 100644
--- a/paper/bootstrap.css
+++ b/paper/bootstrap.css
@@ -6598,11 +6598,13 @@ button.close {
.navbar-inverse .form-control::-webkit-input-placeholder {
color: #b2dbfb;
}
-.navbar-inverse .form-control[type=text] {
+.navbar-inverse .form-control[type=text],
+.navbar-inverse .form-control[type=password] {
-webkit-box-shadow: inset 0 -1px 0 #b2dbfb;
box-shadow: inset 0 -1px 0 #b2dbfb;
}
-.navbar-inverse .form-control[type=text]:focus {
+.navbar-inverse .form-control[type=text]:focus,
+.navbar-inverse .form-control[type=password]:focus {
-webkit-box-shadow: inset 0 -2px 0 #ffffff;
box-shadow: inset 0 -2px 0 #ffffff;
}