mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-08-15 06:48:11 +02:00
29 lines
625 B
Plaintext
29 lines
625 B
Plaintext
.custom-properties-form {
|
|
.control-group:has(> fieldset) {
|
|
position: relative;
|
|
padding-right: 2em;
|
|
|
|
fieldset:not(.array-input) {
|
|
border: 1px solid @gray-light;
|
|
padding: 1em;
|
|
margin-bottom: 1em;
|
|
&.dictionary-item legend {
|
|
background-color: @icinga-blue-light;
|
|
width: 100%;
|
|
}
|
|
|
|
.remove-button {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 2em;
|
|
width: 2em;
|
|
border: none;
|
|
justify-content: center;
|
|
color: @color-critical;
|
|
&:not(:hover) {
|
|
background-color: @low-sat-blue;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |