2018-08-31 15:41:08 +02:00
|
|
|
@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;
|
|
|
|
|
}
|
|
|
|
|
}
|
2019-06-20 17:17:28 +02:00
|
|
|
.cp-app-drive-context-noAction {
|
|
|
|
|
font-style: italic;
|
|
|
|
|
color: #aaa;
|
|
|
|
|
cursor: default;
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2018-08-31 15:41:08 +02:00
|
|
|
}
|
|
|
|
|
}
|