mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
css: Support ipls
FileElement`
This commit is contained in:
parent
4b6df1bef9
commit
e5be0d03ab
@ -170,6 +170,7 @@ form.icinga-form .control-group .toggle-switch ~ .control-info {
|
||||
input[type="date"],
|
||||
input[type="time"],
|
||||
input[type="file"],
|
||||
.uploaded-files,
|
||||
textarea,
|
||||
select {
|
||||
background-color: @low-sat-blue;
|
||||
@ -184,6 +185,7 @@ form.icinga-form {
|
||||
input[type="date"],
|
||||
input[type="time"],
|
||||
input[type="file"],
|
||||
.uploaded-files,
|
||||
.control-group > fieldset,
|
||||
textarea,
|
||||
select {
|
||||
@ -206,6 +208,7 @@ form.icinga-form {
|
||||
|
||||
.icinga-controls {
|
||||
input:not([type="checkbox"]),
|
||||
.uploaded-files,
|
||||
.toggle-switch,
|
||||
select,
|
||||
textarea,
|
||||
@ -316,6 +319,10 @@ form.icinga-form .form-controls {
|
||||
.button();
|
||||
}
|
||||
|
||||
button[type="submit"].remove-uploaded-file {
|
||||
all: unset;
|
||||
}
|
||||
|
||||
input[type="submit"].btn-remove {
|
||||
.button(@body-bg-color, @color-critical, @color-critical-accentuated);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user