2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

Merge branch 'form-feedback-fix' of https://github.com/tinyfly/bootstrap into tinyfly-form-feedback-fix

Conflicts:
	bootstrap.css
This commit is contained in:
Mark Otto
2011-11-29 22:53:12 -08:00
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%));
}