Skip to content

Commit

Permalink
Dark mode editor: make fullscreen dark (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
WorldLanguages committed Nov 6, 2020
1 parent 9c72afd commit c3e3d81
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 5 additions & 1 deletion addons/editor-dark-mode/3dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ div.custom-procedures_option-card_BtHt3 {
}
.stage_stage-wrapper-overlay_fmZuD,
.stage-header_stage-header-wrapper-overlay_5vfJa {
background: black;
background: var(--main-bg);
}
.stage_stage-overlay-content_ePv_6 {
border: none;
Expand Down Expand Up @@ -233,3 +233,7 @@ input[type="text"]:not([name="title"]):not([name="q"]):not([name="username"]):no
[class^="color-picker_swatch"] {
border-color: var(--accent-color);
}

.stage-wrapper_full-screen_2hjMb {
background-color: var(--main-bg) !important;
}
4 changes: 4 additions & 0 deletions addons/editor-dark-mode/3darker.css
Original file line number Diff line number Diff line change
Expand Up @@ -222,3 +222,7 @@ input[type="password"][name="password"]:focus {
[class^="color-picker_swatch"] {
border-color: var(--accent-color);
}

.stage-wrapper_full-screen_2hjMb {
background-color: black !important;
}
4 changes: 4 additions & 0 deletions addons/editor-dark-mode/dark-editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -299,3 +299,7 @@ input:not([name="title"]):not([name="q"]):not([name="username"]):not([type="pass
.blocklyZoom > image {
opacity: 1;
}

.stage-wrapper_full-screen_2hjMb {
background-color: #222 !important;
}

0 comments on commit c3e3d81

Please sign in to comment.