From ff0b85ed0d7f7745fff99fb48f3f650473003c1c Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Thu, 14 Feb 2013 09:24:16 -0500 Subject: [PATCH] studio - manual policy editor: revised CodeMirror string color for JSON fields specifically --- cms/static/sass/_settings.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/cms/static/sass/_settings.scss b/cms/static/sass/_settings.scss index 531b0c15f4..96039de062 100644 --- a/cms/static/sass/_settings.scss +++ b/cms/static/sass/_settings.scss @@ -569,6 +569,18 @@ min-height: 20px; max-height: 200px; } + + // editor color changes just for JSON + .CodeMirror-lines { + + .cm-string { + color: #cb9c40; + } + + pre { + margin-bottom: 5px; + } + } } // messages - should be synced up with global messages in the future