diff options
| author | Jeff Adams <[email protected]> | 2011-11-29 14:06:31 -0600 |
|---|---|---|
| committer | Jeff Adams <[email protected]> | 2011-11-29 14:06:31 -0600 |
| commit | 1da19bf65f9affec06ba6e1f6e5f545a8e2ea457 (patch) | |
| tree | e9395d1b2b1dfe1f035eaf188a39afc7c6c61401 /lib | |
| parent | ba17414d777919a84b1f055fcbb835d1f624f3d3 (diff) | |
| download | bootstrap-1da19bf65f9affec06ba6e1f6e5f545a8e2ea457.tar.xz bootstrap-1da19bf65f9affec06ba6e1f6e5f545a8e2ea457.zip | |
scope form feedback states to .control-group instead of unused .clearfix
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 39c293799..23cdb28c9 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%)); } |
