Repository: brooklyn-ui
Updated Branches:
  refs/heads/master 8b50f890b -> 9784f49ab


Update style of editor's error message


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/f67b9d27
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/f67b9d27
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/diff/f67b9d27

Branch: refs/heads/master
Commit: f67b9d276f9c3eb728af912465ea281cbd280cb2
Parents: c33c733
Author: Thomas Bouron <[email protected]>
Authored: Wed Mar 30 11:47:48 2016 +0100
Committer: Thomas Bouron <[email protected]>
Committed: Wed Mar 30 11:47:48 2016 +0100

----------------------------------------------------------------------
 src/main/webapp/assets/css/codemirror-brooklyn.css | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/f67b9d27/src/main/webapp/assets/css/codemirror-brooklyn.css
----------------------------------------------------------------------
diff --git a/src/main/webapp/assets/css/codemirror-brooklyn.css 
b/src/main/webapp/assets/css/codemirror-brooklyn.css
index f2662bd..1d0c0bc 100644
--- a/src/main/webapp/assets/css/codemirror-brooklyn.css
+++ b/src/main/webapp/assets/css/codemirror-brooklyn.css
@@ -54,3 +54,11 @@ li.CodeMirror-hint-active {
   /* override show-hint to have roughly brooklyn colors instead of blue */
   background: #549e2b;
 }
+#composer .error-message {
+  background-color: #e2e2e2;
+  margin: 0;
+  padding: 15px 10px 15px 10px;
+  border-left: 1px solid #d3d3d3;
+  border-right: 1px solid #d3d3d3;
+  border-radius: 0;
+}
\ No newline at end of file

Reply via email to