summaryrefslogtreecommitdiff
path: root/public/vendor
diff options
context:
space:
mode:
authorCheng-Han, Wu2016-05-15 13:05:31 +0800
committerCheng-Han, Wu2016-05-15 13:05:31 +0800
commit438cedf88283e3067eb84b5e375d1630ec9f3c1d (patch)
tree67161667f3463c490a25978c34efa22bd3352c53 /public/vendor
parent9e75c5cdf4098f57ea9146bc10306759a6c274f9 (diff)
Fix for help modal css style conflicts
Diffstat (limited to 'public/vendor')
-rw-r--r--public/vendor/codemirror/theme/one-dark.css22
1 files changed, 11 insertions, 11 deletions
diff --git a/public/vendor/codemirror/theme/one-dark.css b/public/vendor/codemirror/theme/one-dark.css
index 9e0ba568..b893faf1 100644
--- a/public/vendor/codemirror/theme/one-dark.css
+++ b/public/vendor/codemirror/theme/one-dark.css
@@ -13,25 +13,25 @@ Modified by jackycute 2015
borrow some color from tomorrow-night-eighties
*/
/* Editor */
-.panel,
-#main-toolbar {
+.dark .panel,
+.dark #main-toolbar {
background: #1d222a;
}
-#working-set-list-container,
+.dark #working-set-list-container,
.dark #editor-holder .pane-header {
background: #15181e;
}
-.working-set-header,
-#project-files-header .btn-alt-quiet {
+.dark .working-set-header,
+.dark #project-files-header .btn-alt-quiet {
background: rgba(204, 217, 255, 0.05);
}
-.working-set-header > span {
+.dark .working-set-header > span {
background: transparent;
}
-.sidebar-selection,
-.filetree-selection,
-.sidebar-selection-extension,
-.filetree-selection-extension {
+.dark .sidebar-selection,
+.dark .filetree-selection,
+.dark .sidebar-selection-extension,
+.dark .filetree-selection-extension {
background: #282c34;
}
.dark #status-bar,
@@ -40,7 +40,7 @@ borrow some color from tomorrow-night-eighties
border-top-color: #1d222a;
}
.dark a,
-.open-files-container li.selected a {
+.dark .open-files-container li.selected a {
color: #528bff;
}
/* Code Styling */