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

This commit is contained in:
Brian Talbot
2013-02-14 09:24:16 -05:00
parent 4ae691e88a
commit ff0b85ed0d

View File

@@ -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