Merge pull request #820 from ONLYOFFICE/feature/pr20-fix-bug-49741

Feature/pr20 fix bug 49741
This commit is contained in:
maxkadushkin 2021-04-20 17:06:02 +03:00 committed by GitHub
commit b90fecb84c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 3 deletions

View file

@ -523,7 +523,7 @@
box-shadow: inset 0 0 0 @scaled-one-px-value @border-regular-control;
}
&, .icon {
& {
width: 21px;
height: 21px;
}

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 {