Change style

This commit is contained in:
OVSharova 2021-07-12 17:49:59 +03:00
parent 79376446c2
commit f08ac48e90
2 changed files with 16 additions and 3 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="plus" ></span>' +
'<label id="id-save-style-link" class="save-style-link" >' + me.textStyleMenuNew + '</label>' +
'</div>')
});

View file

@ -173,15 +173,28 @@
height: 16px;
cursor: pointer;
position: absolute;
background-position: @plus-offset-x @plus-offset-y;
//background-position: @plus-offset-x @plus-offset-y;
&::before
{
content: "+";
font-size: 22px;
display: inline-block;
margin-top: -7px;
margin-left: 1px;
}
}
.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 {