2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

allow alternate form layouts to hide inputs with .hide on them

This commit is contained in:
Mark Otto
2012-02-04 18:26:04 -08:00
parent 9ab843b936
commit ac98cee609
5 changed files with 9 additions and 2 deletions
+4
View File
@@ -462,6 +462,10 @@ select:focus:required:invalid {
display: inline-block;
margin-bottom: 0;
}
// Re-hide hidden elements due to specifity
.hide {
display: none;
}
}
.form-search label,
.form-inline label,