CSS: Hide .control-group containing hidden inputs

refs #5543
This commit is contained in:
Eric Lippmann 2015-10-01 17:22:05 +02:00
parent fe72a1c36e
commit bdcdac2257
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@ input {
}
}
.control-group ~ input[type="hidden"] {
display: none;
}
input.search {
padding-left: 20px;
background: @gray-lightest url('../img/icons/search.png') no-repeat 2px;