Explorar o código

HUE-935 [oozie] Better node edition experience

Added visual hint for dropping on top of other actions
Enrico Berti %!s(int64=13) %!d(string=hai) anos
pai
achega
bee3ac6d2c
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      apps/oozie/src/oozie/templates/editor/edit_workflow.mako

+ 4 - 0
apps/oozie/src/oozie/templates/editor/edit_workflow.mako

@@ -364,6 +364,10 @@ ${ layout.menubar(section='workflows') }
   background: #D9EDF7;
 }
 
+.node-action-hover {
+  background: #D9EDF7;
+}
+
 .node-fork-hover {
   background: #EEE;
 }