parent
2896cbd781
commit
30a4c62a2a
|
@ -157,7 +157,7 @@ form.icinga-form {
|
|||
}
|
||||
|
||||
.icinga-controls {
|
||||
input:not([type="checkbox"]),
|
||||
input:not([type="checkbox"]):not([type="radio"]),
|
||||
.toggle-switch,
|
||||
button,
|
||||
select,
|
||||
|
@ -166,6 +166,10 @@ form.icinga-form {
|
|||
.rounded-corners(.25em);
|
||||
.appearance(none);
|
||||
}
|
||||
|
||||
input[type="radio"] {
|
||||
margin-right: .25em;
|
||||
}
|
||||
}
|
||||
|
||||
.icinga-controls {
|
||||
|
|
Loading…
Reference in New Issue