Commit ff0b85ed by Brian Talbot

studio - manual policy editor: revised CodeMirror string color for JSON fields specifically

parent 4ae691e8
...@@ -569,6 +569,18 @@ ...@@ -569,6 +569,18 @@
min-height: 20px; min-height: 20px;
max-height: 200px; 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 // messages - should be synced up with global messages in the future
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment