mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
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…
x
Reference in New Issue
Block a user