[DE] fix bug 52486
This commit is contained in:
parent
8aa2a51e3d
commit
d8eb811b74
|
@ -1147,8 +1147,8 @@ define([
|
|||
this.listStylesAdditionalMenuItem = new Common.UI.MenuItem({
|
||||
template: _.template(
|
||||
'<div id="id-save-style-container" class = "save-style-container">' +
|
||||
'<span id="id-save-style-plus" class="plus img-commonctrl" ></span>' +
|
||||
'<label id="id-save-style-link" class="save-style-link" >' + me.textStyleMenuNew + '</label>' +
|
||||
'<span id="id-save-style-plus" class="add-style-icon toolbar__icon btn-zoomup" ></span>' +
|
||||
'<label id="id-save-style-link" class="save-style-link" >' + me.textStyleMenuNew + '</label>' +
|
||||
'</div>')
|
||||
});
|
||||
|
||||
|
|
|
@ -147,21 +147,20 @@
|
|||
border-left: @scaled-one-px-value solid @border-regular-control;
|
||||
border-top: @scaled-one-px-value-ie solid @border-regular-control-ie;
|
||||
border-top: @scaled-one-px-value solid @border-regular-control;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.save-style-link {
|
||||
border-bottom: @scaled-one-px-value-ie dotted @text-secondary-ie;
|
||||
border-bottom: @scaled-one-px-value dotted @text-secondary;
|
||||
cursor: pointer;
|
||||
margin-left: 22px;
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.plus {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
background-position: @plus-offset-x @plus-offset-y;
|
||||
.add-style-icon {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.dropdown-menu > .disabled {
|
||||
|
|
Loading…
Reference in a new issue