From d8e94f3f15c2f927e12eb50e6f2d0125245088cc Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Mon, 16 Jan 2017 16:36:06 -0500 Subject: [PATCH] make workflow extra vars look disabled --- .../workflow-results.block.less | 24 +++++++++++++++++++ .../workflow-results.partial.html | 4 ++++ 2 files changed, 28 insertions(+) diff --git a/awx/ui/client/src/workflow-results/workflow-results.block.less b/awx/ui/client/src/workflow-results/workflow-results.block.less index edd5412d2d..0173ed8eb8 100644 --- a/awx/ui/client/src/workflow-results/workflow-results.block.less +++ b/awx/ui/client/src/workflow-results/workflow-results.block.less @@ -110,3 +110,27 @@ text-transform: uppercase; margin-left: 20px; } + +.WorkflowResults-extraVarsHelp { + margin-left: 10px; + color: @default-icon; +} + +.WorkflowResults .CodeMirror.cm-s-default, +.WorkflowResults .CodeMirror-line { + background-color: #f6f6f6; +} + +.WorkflowResults .CodeMirror-gutter.CodeMirror-lint-markers, +.WorkflowResults .CodeMirror-gutter.CodeMirror-linenumbers { + background-color: #ebebeb; + color: @b7grey; +} + +.WorkflowResults .CodeMirror-lines { + cursor: default; +} + +.WorkflowResults .CodeMirror-cursors { + display: none; +} diff --git a/awx/ui/client/src/workflow-results/workflow-results.partial.html b/awx/ui/client/src/workflow-results/workflow-results.partial.html index ff2cd94a0d..4ff65548c6 100644 --- a/awx/ui/client/src/workflow-results/workflow-results.partial.html +++ b/awx/ui/client/src/workflow-results/workflow-results.partial.html @@ -121,6 +121,10 @@