Update form input styles

pull/2/head
Sahat Yalkabov 2014-01-23 20:18:05 -05:00
parent 3f420ff77b
commit a893818d56
1 changed files with 11 additions and 0 deletions

View File

@ -94,6 +94,17 @@ body {
} }
} }
// Forms
// -------------------------
@input-border-radius: 0;
@input-border-focus: #2598f9;
.form-control:focus {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
}
// Form states and alerts // Form states and alerts
// ------------------------- // -------------------------