diff options
| author | Mark Otto <[email protected]> | 2012-08-23 09:47:44 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-23 09:47:44 -0700 |
| commit | 5cbb8269619a42fe466d65e11b4dc730bcfe89cd (patch) | |
| tree | d2d3901f39e25e93e51470025df7bedee9da6462 /less/forms.less | |
| parent | be64955e25b4efb48fe140d0a8a05f9c34bbf285 (diff) | |
| parent | a9764c34a7ece4213d50a8e0714ebd001daac529 (diff) | |
| download | bootstrap-5cbb8269619a42fe466d65e11b4dc730bcfe89cd.tar.xz bootstrap-5cbb8269619a42fe466d65e11b4dc730bcfe89cd.zip | |
Merge pull request #4560 from andriijas/2.1.1-wip-table-row-warning
.warning for table tr and .info for .control-group
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/less/forms.less b/less/forms.less index 36f37496b..5a8463344 100644 --- a/less/forms.less +++ b/less/forms.less @@ -349,6 +349,10 @@ input[type="checkbox"][readonly] { .control-group.success { .formFieldState(@successText, @successText, @successBackground); } +// Success +.control-group.info { + .formFieldState(@infoText, @infoText, @infoBackground); +} // HTML5 invalid states // Shares styles with the .control-group.error above |
