Skip to content

Commit 438cedf

Browse files
committed
Fix for help modal css style conflicts
1 parent 9e75c5c commit 438cedf

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

public/vendor/codemirror/theme/one-dark.css

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,25 @@ Modified by jackycute 2015
1313
borrow some color from tomorrow-night-eighties
1414
*/
1515
/* Editor */
16-
.panel,
17-
#main-toolbar {
16+
.dark .panel,
17+
.dark #main-toolbar {
1818
background: #1d222a;
1919
}
20-
#working-set-list-container,
20+
.dark #working-set-list-container,
2121
.dark #editor-holder .pane-header {
2222
background: #15181e;
2323
}
24-
.working-set-header,
25-
#project-files-header .btn-alt-quiet {
24+
.dark .working-set-header,
25+
.dark #project-files-header .btn-alt-quiet {
2626
background: rgba(204, 217, 255, 0.05);
2727
}
28-
.working-set-header > span {
28+
.dark .working-set-header > span {
2929
background: transparent;
3030
}
31-
.sidebar-selection,
32-
.filetree-selection,
33-
.sidebar-selection-extension,
34-
.filetree-selection-extension {
31+
.dark .sidebar-selection,
32+
.dark .filetree-selection,
33+
.dark .sidebar-selection-extension,
34+
.dark .filetree-selection-extension {
3535
background: #282c34;
3636
}
3737
.dark #status-bar,
@@ -40,7 +40,7 @@ borrow some color from tomorrow-night-eighties
4040
border-top-color: #1d222a;
4141
}
4242
.dark a,
43-
.open-files-container li.selected a {
43+
.dark .open-files-container li.selected a {
4444
color: #528bff;
4545
}
4646
/* Code Styling */

0 commit comments

Comments
 (0)