css: fix load mask background image path

We're not using the exact same paths as in PVE/PMG here.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-05-25 18:41:11 +02:00
parent 7cebe5a1f4
commit fef2b3e04c
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@
/* loading in task list */
.x-grid-row-loading {
background: no-repeat center center;
background-image:url(../ext6/theme-crisp/resources/images/loadmask/loading.gif);
background-image:url(../extjs/theme-crisp/resources/images/loadmask/loading.gif);
}
/* displayfield minheight is wrong */