add loading icon to loading tabs
This commit is contained in:
parent
fe42d16383
commit
0b84217682
2 changed files with 6 additions and 0 deletions
|
@ -29,6 +29,7 @@ class App.TaskbarWidget extends App.Controller
|
|||
data =
|
||||
url: '#'
|
||||
id: false
|
||||
iconClass: 'loading'
|
||||
title: App.i18n.translateInline('Loading...')
|
||||
head: App.i18n.translateInline('Loading...')
|
||||
worker = App.TaskManager.worker( task.key )
|
||||
|
|
|
@ -2070,6 +2070,11 @@ footer {
|
|||
.tasks-navigation .icon-holder .icon {
|
||||
margin-right: 3px;
|
||||
margin-top: -3px;
|
||||
|
||||
&.loading {
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
.task:hover {
|
||||
|
|
Loading…
Reference in a new issue