css: style fieldset
This commit is contained in:
parent
4693be3aa2
commit
adbb69907b
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue