[DE] fixed form's elements style according to colors table
This commit is contained in:
parent
1d6fe573a1
commit
1da3ef45f3
|
@ -79,7 +79,7 @@
|
|||
</tr>
|
||||
<tr style="vertical-align: top;">
|
||||
<td class="padding-large">
|
||||
<div id="form-list-list" style="width:162px; height: 95px;margin-right: 5px;background-color: #fff;"></div>
|
||||
<div id="form-list-list" style="width:162px; height: 95px;margin-right: 5px;"></div>
|
||||
</td>
|
||||
<td class="padding-large">
|
||||
<div id="form-list-delete" style="margin-bottom: 5px;margin-left: 5px;"></div>
|
||||
|
|
|
@ -155,4 +155,9 @@
|
|||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#form-list-list {
|
||||
background-color: @background-normal-ie;
|
||||
background-color: @background-normal;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue