[SSE] added 'function' button's icon
This commit is contained in:
parent
59cd185590
commit
2e68bb0a32
|
@ -1,7 +1,7 @@
|
|||
<div class="ce-group-name">
|
||||
<input id="ce-cell-name" class="aslabel form-control" type="text">
|
||||
<div id="ce-cell-name-menu"></div>
|
||||
<button id="ce-func-label" type="button" class="btn small btn-toolbar"><i class="icon"> </i></button>
|
||||
<button id="ce-func-label" type="button" class="btn small btn-toolbar"><i class="icon toolbar__icon btn-function"></i></button>
|
||||
</div>
|
||||
<div class="ce-group-expand">
|
||||
<button id="ce-btn-expand" type="button" class="btn"><span class="caret img-commonctrl"> </span></button>
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 326 B |
Binary file not shown.
After Width: | Height: | Size: 419 B |
|
@ -60,22 +60,8 @@
|
|||
margin-left: -3px;
|
||||
.border-radius(0);
|
||||
|
||||
.icon {
|
||||
height: 14px;
|
||||
margin-top: 3px;
|
||||
background-position: 0px -1304px;
|
||||
}
|
||||
|
||||
&:active:not(.disabled) {
|
||||
.icon {
|
||||
background-position: -20px -1304px;
|
||||
}
|
||||
}
|
||||
|
||||
&.disabled {
|
||||
.icon {
|
||||
opacity: 0.6;
|
||||
}
|
||||
opacity: 0.4;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue