more work on highlighting modes in codemirror

* style the select menu
* add more modes
* preset language selection to 'javascript'
* don't prompt the user with a silly hash when changing their name
This commit is contained in:
ansuz
2016-06-23 12:07:51 +02:00
parent a89511985f
commit 1a5905d9fd
3 changed files with 130 additions and 7 deletions

View File

@@ -129,6 +129,13 @@ define([
.{{TOOLBAR_CLS}} .{{LOAD_ELEMENT_CLS}}:after {
content: 'IMPORT';
}
.{{TOOLBAR_CLS}} select {
border: 0px;
margin-left: 5px;
margin-right: 5px;
padding-left: 5px;
}
</style>
*/}.toString().slice(14,-3), {
TOOLBAR_CLS: TOOLBAR_CLS,