Merge pull request #820 from ONLYOFFICE/feature/pr20-fix-bug-49741
Feature/pr20 fix bug 49741
This commit is contained in:
commit
b90fecb84c
|
@ -523,7 +523,7 @@
|
||||||
box-shadow: inset 0 0 0 @scaled-one-px-value @border-regular-control;
|
box-shadow: inset 0 0 0 @scaled-one-px-value @border-regular-control;
|
||||||
}
|
}
|
||||||
|
|
||||||
&, .icon {
|
& {
|
||||||
width: 21px;
|
width: 21px;
|
||||||
height: 21px;
|
height: 21px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -131,7 +131,7 @@ define([
|
||||||
'</td>',
|
'</td>',
|
||||||
'<td>',
|
'<td>',
|
||||||
'<label>' + this.textPreview + '</label>',
|
'<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>',
|
'</td>',
|
||||||
'</tr>',
|
'</tr>',
|
||||||
'</table>',
|
'</table>',
|
||||||
|
|
|
@ -61,4 +61,11 @@
|
||||||
background-color: #fff;
|
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;
|
||||||
|
}
|
||||||
|
|
|
@ -214,6 +214,8 @@
|
||||||
.menu-list-preview {
|
.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-ie @border-regular-control-ie);
|
||||||
.box-shadow(0 0 0 @scaled-one-px-value @border-regular-control);
|
.box-shadow(0 0 0 @scaled-one-px-value @border-regular-control);
|
||||||
|
|
||||||
|
background-color: @canvas-content-background;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
|
|
Loading…
Reference in a new issue