2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

Set validation states also for addons

This commit is contained in:
William Ghelfi
2013-06-05 23:14:58 +03:00
committed by Robert Burns
parent 45c5b4e45c
commit df5ddeb7cc
2 changed files with 24 additions and 0 deletions
+6
View File
@@ -486,4 +486,10 @@
.box-shadow(@shadow);
}
}
// Set validation states also for addons
.input-group-addon {
color: @text-color;
border-color: @border-color;
background-color: @background-color;
}
}