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:
parent
7cebe5a1f4
commit
fef2b3e04c
|
@ -76,7 +76,7 @@
|
||||||
/* loading in task list */
|
/* loading in task list */
|
||||||
.x-grid-row-loading {
|
.x-grid-row-loading {
|
||||||
background: no-repeat center center;
|
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 */
|
/* displayfield minheight is wrong */
|
||||||
|
|
Loading…
Reference in New Issue