N°2508 - Include Obsolescence icon within list and autocomplete

This commit is contained in:
acognet
2020-08-18 12:41:16 +02:00
parent 0f741f28f3
commit e43f55df03

View File

@@ -2165,6 +2165,11 @@ fieldset .details>.field_container {
background: transparent;
border: 0;
}
.field_input_zone {
.selectize-input {
padding: 0px;
}
}
.field_container {
display: table;
width: 100%;
@@ -2257,6 +2262,7 @@ fieldset .details>.field_container {
.field_input_zone{
width: 100%; /* auto; */
align-items:center;
&.field_input_string,
&.field_input_password{
@@ -2390,7 +2396,7 @@ fieldset .details>.field_container {
}
&.field_input_extkey{
display: table;
display: inline-table;
width: 100%;
> .field_select_wrapper{