mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 05:15:25 +02:00
fix(ui/input-group): remove z-index [EE-5121] (#8582)
This commit is contained in:
parent
60275dd31c
commit
d546ff269b
1 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,10 @@
|
||||||
border: 1px solid var(--border-input-group-addon-color);
|
border: 1px solid var(--border-input-group-addon-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.input-group .form-control {
|
||||||
|
z-index: unset;
|
||||||
|
}
|
||||||
|
|
||||||
.text-danger {
|
.text-danger {
|
||||||
color: var(--ui-error-9);
|
color: var(--ui-error-9);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue