|
.style-control-button, .style-control-button:hover, .style-control-button:focus {
|
color: orange;
|
border-color: orange;
|
position: relative;
|
z-index: 13;
|
background: #ffffff;
|
}
|
body.style-control {
|
.menu-setting::before, .mk-opeartion-list::before {
|
content: ' ';
|
position: absolute;
|
left: 0;
|
top: 0;
|
bottom: 0;
|
right: 0;
|
z-index: 12;
|
background:rgba(0, 0, 0, 0.2);
|
}
|
.menu-setting .draw, .menu-control .draw {
|
display: none;
|
}
|
.style-control-button {
|
z-index: 12;
|
}
|
.menu-view {
|
.anticon-tool {
|
display: none;
|
}
|
}
|
.mk-pc-view .menu-setting {
|
display: none;
|
}
|
.mk-mob-view .mob-shell {
|
.anticon-tool {
|
display: none;
|
}
|
}
|
.mk-popover-control-wrap {
|
display: none;
|
}
|
|
.selected-control-element {
|
box-shadow: 0px 0px 4px orange!important;
|
}
|
.selected-control-element:hover {
|
box-shadow: 0px 0px 4px orange!important;
|
}
|
.normal-table-columns {
|
.col-control {
|
display: none;
|
}
|
}
|
}
|