diff options
| author | Mark Otto <[email protected]> | 2011-11-29 22:53:12 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-11-29 22:53:12 -0800 |
| commit | 8f3150cf7158d3d949e59fed44112350c0724b74 (patch) | |
| tree | 04e5a08ac29b8875ea71a8749fb8a85a2bcc4175 /lib | |
| parent | cbb291b8ab316c3c0103da3c7b7a2c73596cfef2 (diff) | |
| parent | 1da19bf65f9affec06ba6e1f6e5f545a8e2ea457 (diff) | |
| download | bootstrap-8f3150cf7158d3d949e59fed44112350c0724b74.tar.xz bootstrap-8f3150cf7158d3d949e59fed44112350c0724b74.zip | |
Merge branch 'form-feedback-fix' of https://github.com/tinyfly/bootstrap into tinyfly-form-feedback-fix
Conflicts:
bootstrap.css
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/forms.less | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/forms.less b/lib/forms.less index 5de55e727..e85b9f201 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -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%)); } |
