AC-564 implemented angular-codemirror to provide JSON/YAML syntax highlighting and linting in a full-screen editor.

This commit is contained in:
Chris Houseknecht
2014-02-15 19:23:57 -05:00
parent e4d860e3dc
commit cc9869b198
408 changed files with 77383 additions and 34385 deletions

View File

@@ -0,0 +1,28 @@
/*********************************************
* Copyright (c) 2014 AnsibleWorks, Inc.
*
* Overrides to angular-codemirror
*
*
*/
.CodeMirror {
height: auto;
}
.CodeMirror-activeline-background {
background-color: #f7f7f7;
}
/* Make sure code editor dialog is always at top of stack */
[aria-describedby=af-code-editor-modal].ui-front {
z-index: 2050;
}
.CodeMirror-lint-tooltip {
z-index: 2060;
}