mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
Form validation and horizontal row update
* changed .row-label to .control-label as used elsewhere already * changed .formFieldState mixin to .form-field-validation
This commit is contained in:
+1
-1
@@ -531,7 +531,7 @@
|
||||
}
|
||||
|
||||
// Generate form validation states
|
||||
.formFieldState(@text-color: #555, @border-color: #ccc, @background-color: #f5f5f5) {
|
||||
.form-field-validation(@text-color: #555, @border-color: #ccc, @background-color: #f5f5f5) {
|
||||
// Color the label text
|
||||
.control-label {
|
||||
color: @text-color;
|
||||
|
||||
Reference in New Issue
Block a user