diff --git a/src/styles/_workspaceGreen.scss b/src/styles/_workspaceGreen.scss index c08028c15e..16d3f5ecf0 100644 --- a/src/styles/_workspaceGreen.scss +++ b/src/styles/_workspaceGreen.scss @@ -2,14 +2,25 @@ $pure-green: #00ff00; $dark-green: #00e000; .GreenScreen { // Hide NavigationBar + position: absolute; height: 100vh; + width: 100vw; margin-top: -50px; - z-index: 1000; + z-index: 15; + background: $pure-green !important; .workspace { background: $pure-green !important; } + #ace-editor { + background: $pure-green !important; + } + + .side-content-tooltip { + background: $pure-green !important; + } + #brace-editor { background: $pure-green !important; } @@ -18,6 +29,32 @@ $dark-green: #00e000; background: $dark-green !important; } + /* individual components */ + .bp3-button { + background: $pure-green !important; + box-shadow: none !important; + } + + .bp3-input { + background: $pure-green !important; + box-shadow: none !important; + } + + .bp3-control-indicator { + background: $pure-green !important; + border: 0.1rem solid $dark-green !important; + } + + .bp3-control-indicator::before { + background: $pure-green !important; + border: 0.1rem solid $dark-green !important; + box-shadow: none !important; + } + + .ace_gutter-active-line { + background: $pure-green !important; + } + /* editor specific */ .editor-react-ace { color: #222222;