Compare commits

...

6 commits

Author SHA1 Message Date
OVSharova 9297d0ac45 add icon btn-zoomup 2021-09-13 01:39:50 +03:00
OVSharova a1a3bcdced border 2021-09-12 19:20:13 +03:00
OVSharova 19b72c272d edit size 2021-07-15 14:41:42 +03:00
OVSharova 5accf28293 edit width 2021-07-13 21:49:34 +03:00
OVSharova 0f912c6cd9 Second variant 2021-07-13 12:47:27 +03:00
OVSharova f08ac48e90 Change style 2021-07-12 17:49:59 +03:00
2 changed files with 22 additions and 8 deletions

View file

@ -1132,7 +1132,7 @@ 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>' +
'<span id="id-save-style-plus" class="tool plus icon toolbar__icon btn-zoomup">&nbsp;</span>' +
'<label id="id-save-style-link" class="save-style-link" >' + me.textStyleMenuNew + '</label>' +
'</div>')
});

View file

@ -168,20 +168,34 @@
margin-left: 22px;
}
.plus {
width: 16px;
height: 16px;
.tool {
padding: 0px;
margin-left: 2px;
margin-right: -20px;
cursor: pointer;
position: absolute;
background-position: @plus-offset-x @plus-offset-y;
}
&.plus {
display: inline-flex;
flex-direction: column;
align-items: center;
&.icon:not(svg) {
min-width: 20px;
height: 20px;
line-height: 18px;
}
}
}
.dropdown-menu > .disabled {
.plus, .save-style-link {
.save-style-link {
cursor: default;
color: @dropdown-link-disabled-color;
background-position: @plus-offset-x @plus-offset-y - 16;
}
.plus
{
cursor: default;
color: @dropdown-link-disabled-color;
}
}
#slot-field-fontname {