Skip to content

Commit

Permalink
CSS: Hide .control-group containing hidden inputs
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Oct 1, 2015
1 parent fe72a1c commit bdcdac2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/css/icinga/forms.less
Expand Up @@ -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;
Expand Down

0 comments on commit bdcdac2

Please sign in to comment.