N°4349 - Drop-down mandatory template field documented still required in modification

This commit is contained in:
acognet
2021-10-13 14:25:38 +02:00
parent af4b9aaa52
commit ceaa98f4ef
4 changed files with 36 additions and 16 deletions

View File

@@ -49,11 +49,22 @@ $ibo-input--margin-x: 5px !default;
color: $ibo-input--placeholder--color;
}
}
.ibo-input-wrapper.is-error {
.ibo-input{
background-color: $ibo-input-wrapper--is-error--background-color;
texarea.ibo-input{
height:unset;
}
.ibo-input-wrapper.is-error, .ibo-input-field-wrapper.is-error {
.ibo-input, .ibo-input-vanilla, .cke, textarea {
border: 1px solid $ibo-input-wrapper--is-error--border-color;
background-color: $ibo-input-wrapper--is-error--background-color;
}
.ibo-input-vanilla input{
border: 0;
background-color: #11ffee00;
}
}
input.ibo-input-vanilla{
width: unset;
display:initial;
}
.ibo-input-wrapper--with-buttons{
position: relative;