misspelled some stuff
This commit is contained in:
parent
6b29213c6e
commit
c0fb0d2cc8
1 changed files with 3 additions and 6 deletions
|
@ -15,10 +15,10 @@ body, .primary-navbar .active a, .navbar, .ui-dialog {
|
||||||
background: #0f161c !important;
|
background: #0f161c !important;
|
||||||
color: white !important;
|
color: white !important;
|
||||||
}
|
}
|
||||||
.ui-widget-content, ui-dialog-title, .dashboard-panel__headline a, text-muted, h1 small {
|
.ui-widget-content, .ui-dialog-title, .dashboard-panel__headline a, .text-muted, h1 small {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
input, .form-control, splitter-bar splitter-pane {
|
input, .form-control, .splitter-bar, .splitter-pane {
|
||||||
background: black;
|
background: black;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
@ -50,10 +50,6 @@ background: #013e6d !important;
|
||||||
.pale, i.pale, .directory_listing_table {
|
.pale, i.pale, .directory_listing_table {
|
||||||
color: white !important;
|
color: white !important;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
|
||||||
/* Ace editor */
|
|
||||||
.ace-tm .ace_gutter {
|
|
||||||
|
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
document.body.appendChild(style);
|
document.body.appendChild(style);
|
||||||
|
@ -80,5 +76,6 @@ function waitForElm(selector) {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
waitForElm('.ace_gutter').then((elm) => {
|
waitForElm('.ace_gutter').then((elm) => {
|
||||||
|
// Set the theme of Ace Editor
|
||||||
Anywhere.Editor.editor.setOption("theme", "ace/theme/tomorrow_night")
|
Anywhere.Editor.editor.setOption("theme", "ace/theme/tomorrow_night")
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue