Subject pretty much says it all. I find that there’s often not enough room to see all of our custom css in the sidebar view, so I swap to full screen to find/replace/search. It’d be nice to see the changes display in real time, especially as small tweaks are being made.
I manually edited the cs.css file, to include these items… which 100% accomplishes what I’m looking for. I’m not positive how to include/@import them without editing the parent file though.
thoughts?
/pro/cornerstone/assets/dist-app/css/cs.css
###
.cs-code-editor-wrapper .CodeMirror.cm-s-solarized.cm-s-dark,
.cm-s-solarized.cm-s-dark {background-color: rgba(0,43,54,.9)!important;}
.cs-app {background-color: rgba(245, 245, 245, 0.5)!important;}
.cs-workspace-expander-content {background-color: rgba(255, 255, 255, 0.1)!important;}