Style on input focus

This commit is contained in:
benweet 2013-05-20 00:52:23 +01:00
parent 29aea61590
commit 9b90a54edd

View File

@ -67,7 +67,7 @@ textarea,
border: 1px solid #ddd !important;
}
textarea:focus,
.modal textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
@ -84,7 +84,9 @@ input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus
{
border-color: rgba(82, 168, 236, 0.8) !important;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(128, 128, 128, 0.6) !important;
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(128, 128, 128, 0.6) !important;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(128, 128, 128, 0.6) !important;
}
.help-block {