aboutsummaryrefslogtreecommitdiff
path: root/lib/forms.less
diff options
context:
space:
mode:
Diffstat (limited to 'lib/forms.less')
-rw-r--r--lib/forms.less6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/forms.less b/lib/forms.less
index 2b24fb2f0..e35b23da0 100644
--- a/lib/forms.less
+++ b/lib/forms.less
@@ -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