fixup themes
This commit is contained in:
parent
9ab8d986cd
commit
baaf719506
5 changed files with 5 additions and 29 deletions
|
|
@ -37,9 +37,7 @@
|
|||
|
||||
define(function(require, exports, module) {
|
||||
|
||||
var dom = require("pilot/dom");
|
||||
|
||||
var cssText = ".ace-tomorrow-night .ace_editor {\
|
||||
exports.cssText = ".ace-tomorrow-night .ace_editor {\
|
||||
border: 2px solid rgb(159, 159, 159);\
|
||||
}\
|
||||
\
|
||||
|
|
@ -254,8 +252,5 @@ background-color:#B798BF;\
|
|||
\
|
||||
}";
|
||||
|
||||
// import CSS once
|
||||
dom.importCssString(cssText);
|
||||
|
||||
exports.cssClass = "ace-tomorrow-night";
|
||||
});
|
||||
|
|
@ -37,9 +37,7 @@
|
|||
|
||||
define(function(require, exports, module) {
|
||||
|
||||
var dom = require("pilot/dom");
|
||||
|
||||
var cssText = ".ace-tomorrow-night-blue .ace_editor {\
|
||||
exports.cssText = ".ace-tomorrow-night-blue .ace_editor {\
|
||||
border: 2px solid rgb(159, 159, 159);\
|
||||
}\
|
||||
\
|
||||
|
|
@ -254,8 +252,5 @@ background-color:#EBBBFF;\
|
|||
\
|
||||
}";
|
||||
|
||||
// import CSS once
|
||||
dom.importCssString(cssText);
|
||||
|
||||
exports.cssClass = "ace-tomorrow-night-blue";
|
||||
});
|
||||
|
|
@ -37,9 +37,7 @@
|
|||
|
||||
define(function(require, exports, module) {
|
||||
|
||||
var dom = require("pilot/dom");
|
||||
|
||||
var cssText = ".ace-tomorrow-night-bright .ace_editor {\
|
||||
exports.cssText = ".ace-tomorrow-night-bright .ace_editor {\
|
||||
border: 2px solid rgb(159, 159, 159);\
|
||||
}\
|
||||
\
|
||||
|
|
@ -254,8 +252,5 @@ background-color:#B798BF;\
|
|||
\
|
||||
}";
|
||||
|
||||
// import CSS once
|
||||
dom.importCssString(cssText);
|
||||
|
||||
exports.cssClass = "ace-tomorrow-night-bright";
|
||||
});
|
||||
|
|
@ -37,9 +37,7 @@
|
|||
|
||||
define(function(require, exports, module) {
|
||||
|
||||
var dom = require("pilot/dom");
|
||||
|
||||
var cssText = ".ace-tomorrow-night-eighties .ace_editor {\
|
||||
exports.cssText = ".ace-tomorrow-night-eighties .ace_editor {\
|
||||
border: 2px solid rgb(159, 159, 159);\
|
||||
}\
|
||||
\
|
||||
|
|
@ -254,8 +252,5 @@ background-color:#CC99CC;\
|
|||
\
|
||||
}";
|
||||
|
||||
// import CSS once
|
||||
dom.importCssString(cssText);
|
||||
|
||||
exports.cssClass = "ace-tomorrow-night-eighties";
|
||||
});
|
||||
|
|
@ -39,10 +39,6 @@ define(function(require, exports, module) {
|
|||
|
||||
var dom = require("pilot/dom");
|
||||
|
||||
var cssText = %css%;
|
||||
|
||||
// import CSS once
|
||||
dom.importCssString(cssText);
|
||||
|
||||
exports.cssText = %css%;
|
||||
exports.cssClass = "%cssClass%";
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue