[DE] fixed form's elements style according to colors table

This commit is contained in:
Maxim Kadushkin 2021-03-17 13:10:55 +03:00
parent 1d6fe573a1
commit 1da3ef45f3
2 changed files with 7 additions and 2 deletions

View file

@ -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>

View file

@ -156,3 +156,8 @@
align-items: center;
}
}
#form-list-list {
background-color: @background-normal-ie;
background-color: @background-normal;
}