This commit is contained in:
Liang Ding 2014-11-06 21:46:20 +08:00
parent 25944922d6
commit 7a255e6772
2 changed files with 2 additions and 2 deletions

View File

@ -20,4 +20,4 @@
.cm-s-wide span.cm-error {color: #f00;}
.cm-s-wide .CodeMirror-activeline-background {background: #e8f2ff !important;}
.cm-s-wide .CodeMirror-matchingbracket {outline:1px solid grey; color:black !important;}
.cm-s-wide .CodeMirror-matchingbracket {background-color: yellow;color:black !important;}

View File

@ -87,7 +87,7 @@ var tree = {
$("#dirRMenu").hide();
$("#dialogNewFilePrompt").dialog("open");
},
newDir: function () {
newDir: function (it) {
if ($(it).hasClass("disabled")) {
return false;
}