Browse Source

HUE-3724 [editor] The spinner for starting a new session should be really blue

Johan Ahlen 9 years ago
parent
commit
aba17c3923

+ 1 - 1
desktop/libs/notebook/src/notebook/templates/editor_components.mako

@@ -1685,7 +1685,7 @@ ${ hueIcons.symbols() }
 
 <script type ="text/html" id="snippet-execution-controls">
   <div class="snippet-actions" style="position: absolute; bottom: 0">
-    <a class="snippet-side-btn" style="cursor: default;" data-bind="visible: status() == 'loading'" title="${ _('Creating session') }">
+    <a class="snippet-side-btn blue" style="cursor: default;" data-bind="visible: status() == 'loading'" title="${ _('Creating session') }">
       <i class="fa fa-fw fa-spinner fa-spin"></i>
     </a>
     <a class="snippet-side-btn" data-bind="click: reexecute, visible: $root.editorMode && result.handle() && result.handle().has_more_statements, css: {'blue': $parent.history().length == 0 || $root.editorMode, 'disabled': statement() === '' }" title="${ _('Restart from the first statement') }">