Fix for help modal css style conflicts

This commit is contained in:
Cheng-Han, Wu 2016-05-15 13:05:31 +08:00
parent 9e75c5cdf4
commit 438cedf882
1 changed files with 11 additions and 11 deletions

View File

@ -13,25 +13,25 @@ Modified by jackycute 2015
borrow some color from tomorrow-night-eighties borrow some color from tomorrow-night-eighties
*/ */
/* Editor */ /* Editor */
.panel, .dark .panel,
#main-toolbar { .dark #main-toolbar {
background: #1d222a; background: #1d222a;
} }
#working-set-list-container, .dark #working-set-list-container,
.dark #editor-holder .pane-header { .dark #editor-holder .pane-header {
background: #15181e; background: #15181e;
} }
.working-set-header, .dark .working-set-header,
#project-files-header .btn-alt-quiet { .dark #project-files-header .btn-alt-quiet {
background: rgba(204, 217, 255, 0.05); background: rgba(204, 217, 255, 0.05);
} }
.working-set-header > span { .dark .working-set-header > span {
background: transparent; background: transparent;
} }
.sidebar-selection, .dark .sidebar-selection,
.filetree-selection, .dark .filetree-selection,
.sidebar-selection-extension, .dark .sidebar-selection-extension,
.filetree-selection-extension { .dark .filetree-selection-extension {
background: #282c34; background: #282c34;
} }
.dark #status-bar, .dark #status-bar,
@ -40,7 +40,7 @@ borrow some color from tomorrow-night-eighties
border-top-color: #1d222a; border-top-color: #1d222a;
} }
.dark a, .dark a,
.open-files-container li.selected a { .dark .open-files-container li.selected a {
color: #528bff; color: #528bff;
} }
/* Code Styling */ /* Code Styling */