mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 01:58:47 +02:00
N°4349 - Drop-down mandatory template field documented still required in modification
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user