You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
@import (reference) "./colortheme-all.less";
|
|
|
|
.contextmenu_main() {
|
|
--LessLoader_require: LessLoader_currentFile();
|
|
};
|
|
& {
|
|
.cp-contextmenu {
|
|
display: none;
|
|
position: absolute;
|
|
z-index: 50000;
|
|
li {
|
|
padding: 0;
|
|
font-size: @colortheme_app-font-size;
|
|
a {
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
}
|
|
}
|