2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Fixes #5912: User correct selector for form field states.

Previously, we were using a generic label selector, but as this was changed in the main forms awhile back, we need to change it here.
This commit is contained in:
Mark Otto
2012-11-16 01:16:27 -08:00
parent 5702e1be6e
commit 88c2497368
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -163,7 +163,7 @@
// Mixin for form field states
.formFieldState(@textColor: #555, @borderColor: #ccc, @backgroundColor: #f5f5f5) {
// Set the text color
> label,
.control-label,
.help-block,
.help-inline {
color: @textColor;