[DE] fix bug 49706

This commit is contained in:
Maxim Kadushkin 2021-04-20 16:37:46 +03:00
parent 38cc5ee7fa
commit f3b6156ec8
3 changed files with 11 additions and 2 deletions

View file

@ -131,7 +131,7 @@ define([
'</td>',
'<td>',
'<label>' + this.textPreview + '</label>',
'<div id="bulleted-list-preview" style="margin-top: 2px; height:208px; width: 100%; border: 1px solid #cfcfcf;"></div>',
'<div id="bulleted-list-preview"></div>',
'</td>',
'</tr>',
'</table>',

View file

@ -61,4 +61,11 @@
background-color: #fff;
}
#bulleted-list-preview {
margin-top: 2px;
height:208px;
width: 100%;
border: @scaled-one-px-value-ie solid @border-regular-control-ie;
border: @scaled-one-px-value solid @border-regular-control;
background-color: @canvas-content-background;
}

View file

@ -214,6 +214,8 @@
.menu-list-preview {
.box-shadow(0 0 0 @scaled-one-px-value-ie @border-regular-control-ie);
.box-shadow(0 0 0 @scaled-one-px-value @border-regular-control);
background-color: @canvas-content-background;
}
a:hover {