Make code2 the default code app
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
bottom: 10vh;
|
||||
opacity: 0.9;
|
||||
box-sizing: border-box;
|
||||
z-index: 10000;
|
||||
z-index: 1000000;
|
||||
display: none;
|
||||
#cp-fileupload-table {
|
||||
width: 80vw;
|
||||
|
||||
@@ -18,6 +18,6 @@ html.cp-app-noscroll {
|
||||
}
|
||||
|
||||
body.cp-app-pad { @import "../../../pad/app-pad.less"; }
|
||||
body.cp-app-code { @import "../../../code2/app-code.less"; }
|
||||
body.cp-app-code { @import "../../../code/app-code.less"; }
|
||||
body.cp-app-filepicker { @import "../../../filepicker/app-filepicker.less"; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user