2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

scope form feedback states to .control-group instead of unused .clearfix

This commit is contained in:
Jeff Adams
2011-11-29 14:06:31 -06:00
parent ba17414d77
commit 1da19bf65f
3 changed files with 25 additions and 25 deletions
+3 -3
View File
@@ -220,15 +220,15 @@ textarea[readonly] {
}
}
// Error
form .clearfix.error {
.control-group.error {
.formFieldState(#b94a48, #ee5f5b, lighten(#ee5f5b, 30%));
}
// Warning
form .clearfix.warning {
.control-group.warning {
.formFieldState(#c09853, #ccae64, lighten(#CCAE64, 5%));
}
// Success
form .clearfix.success {
.control-group.success {
.formFieldState(#468847, #57a957, lighten(#57a957, 30%));
}