diff options
author | Nivesh Rajbhandari | 2012-03-12 16:25:28 -0700 |
---|---|---|
committer | Nivesh Rajbhandari | 2012-03-12 16:25:28 -0700 |
commit | 5fb358d9e80a364d5f300d60b7a9fe0f773741e7 (patch) | |
tree | 2c4d5292b19c91697dffb542f369ec9dcb340f77 /imports/codemirror/mode/properties/properties.css | |
parent | 5f9b67be3b8bdb391d021103c6bcee6be2f6cdf4 (diff) | |
parent | 69d90467865a1384725b2301901be2180c5a841f (diff) | |
download | ninja-5fb358d9e80a364d5f300d60b7a9fe0f773741e7.tar.gz |
Merge branch 'refs/heads/ninja-internal' into ToolFixes
Diffstat (limited to 'imports/codemirror/mode/properties/properties.css')
-rwxr-xr-x | imports/codemirror/mode/properties/properties.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/imports/codemirror/mode/properties/properties.css b/imports/codemirror/mode/properties/properties.css new file mode 100755 index 00000000..d975375c --- /dev/null +++ b/imports/codemirror/mode/properties/properties.css | |||
@@ -0,0 +1,3 @@ | |||
1 | span.cm-key {color: #00c;} | ||
2 | span.cm-equals {color: #a11;} | ||
3 | span.cm-value {color: #170;} | ||