2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

fix up docs css for responsive and subnav, fix forms error states

This commit is contained in:
Mark Otto
2012-01-24 23:35:34 -08:00
parent f2fe2b1798
commit 6ab56051fd
9 changed files with 1123 additions and 727 deletions
+3 -3
View File
@@ -297,15 +297,15 @@ textarea[readonly] {
}
// Warning
.control-group.warning {
.formFieldState(@warningText, @warningBorder, @warningBackground);
.formFieldState(@warningText, @warningText, @warningBackground);
}
// Error
.control-group.error {
.formFieldState(@errorText, @errorBorder, @errorBackground);
.formFieldState(@errorText, @errorText, @errorBackground);
}
// Success
.control-group.success {
.formFieldState(@successText, @successBorder, @successBackground);
.formFieldState(@successText, @successText, @successBackground);
}
// HTML5 invalid states