edit width
This commit is contained in:
parent
0f912c6cd9
commit
5accf28293
|
@ -331,8 +331,8 @@
|
||||||
top: @scaled-one-px-value-ie;
|
top: @scaled-one-px-value-ie;
|
||||||
top: @scaled-one-px-value;
|
top: @scaled-one-px-value;
|
||||||
height: 14px;
|
height: 14px;
|
||||||
width: @scaled-one-px-value-ie;
|
width: calc(2px*@scaled-one-px-value-ie);
|
||||||
width: @scaled-one-px-value;
|
width: calc(2px*@scaled-one-px-value);
|
||||||
background-color: @icon-normal-ie;
|
background-color: @icon-normal-ie;
|
||||||
background-color: @icon-normal;
|
background-color: @icon-normal;
|
||||||
}
|
}
|
||||||
|
|
|
@ -168,21 +168,7 @@
|
||||||
margin-left: 22px;
|
margin-left: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tool {
|
.tool {
|
||||||
/* width: 16px;
|
|
||||||
height: 16px;
|
|
||||||
cursor: pointer;
|
|
||||||
position: absolute;
|
|
||||||
//background-position: @plus-offset-x @plus-offset-y;
|
|
||||||
&::before
|
|
||||||
{
|
|
||||||
content: "+";
|
|
||||||
font-size: 22px;
|
|
||||||
display: inline-block;
|
|
||||||
margin-top: -7px;
|
|
||||||
margin-left: 1px;
|
|
||||||
}
|
|
||||||
}*/
|
|
||||||
float: left;
|
float: left;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
|
@ -207,13 +193,13 @@
|
||||||
&:before, &:after {
|
&:before, &:after {
|
||||||
content: ' ';
|
content: ' ';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 7px;
|
left: 8px;
|
||||||
left: calc(7px/@pixel-ratio-factor);
|
left: calc(8px/@pixel-ratio-factor);
|
||||||
top: 3px;
|
top: 4px;
|
||||||
top: calc(3px/@pixel-ratio-factor);
|
top: calc(4px/@pixel-ratio-factor);
|
||||||
height: 10px;
|
height: 8px;
|
||||||
width: 2px;
|
width: calc(2*@scaled-one-px-value-ie);
|
||||||
width: calc(2px/@pixel-ratio-factor);
|
width: calc(2*@scaled-one-px-value);
|
||||||
background-color: @icon-normal-ie;
|
background-color: @icon-normal-ie;
|
||||||
background-color: @icon-normal;
|
background-color: @icon-normal;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue