css: style fieldset

This commit is contained in:
Thomas Gelf 2015-10-15 20:06:05 +02:00
parent 4693be3aa2
commit adbb69907b
1 changed files with 15 additions and 0 deletions

View File

@ -52,6 +52,21 @@ form ul.form-errors {
}
}
fieldset {
margin: 0;
padding: 0;
border: none;
legend {
font-size: 1.2em;
color: @icinga-blue;
border-bottom: 1px solid @gray-light;
display: block;
width: 100%;
margin: 1em 0 0.5em 0;
}
}
select::-ms-expand, input::-ms-expand, textarea::-ms-expand { /* for IE 11 */
display: none;
}