add loading icon to loading tabs

This commit is contained in:
Felix Niklas 2015-01-15 10:58:20 +01:00
parent fe42d16383
commit 0b84217682
2 changed files with 6 additions and 0 deletions

View file

@ -29,6 +29,7 @@ class App.TaskbarWidget extends App.Controller
data = data =
url: '#' url: '#'
id: false id: false
iconClass: 'loading'
title: App.i18n.translateInline('Loading...') title: App.i18n.translateInline('Loading...')
head: App.i18n.translateInline('Loading...') head: App.i18n.translateInline('Loading...')
worker = App.TaskManager.worker( task.key ) worker = App.TaskManager.worker( task.key )

View file

@ -2070,6 +2070,11 @@ footer {
.tasks-navigation .icon-holder .icon { .tasks-navigation .icon-holder .icon {
margin-right: 3px; margin-right: 3px;
margin-top: -3px; margin-top: -3px;
&.loading {
width: 14px;
height: 14px;
}
} }
.task:hover { .task:hover {