mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 20:40:14 +01:00
Use bigger loading image for tab loading overlay (thanks Hadi)
This commit is contained in:
parent
1f177aace4
commit
1db42841cf
@ -2528,7 +2528,7 @@ body {
|
|||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
.egw_fw_ui_tab_content > .loading {
|
.egw_fw_ui_tab_content > .loading {
|
||||||
background-image: url('../images/ajax-loader.gif');
|
background-image: url('../images/loading.gif');
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 400px;
|
line-height: 400px;
|
||||||
}
|
}
|
||||||
|
@ -2517,7 +2517,7 @@ body {
|
|||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
.egw_fw_ui_tab_content > .loading {
|
.egw_fw_ui_tab_content > .loading {
|
||||||
background-image: url('../images/ajax-loader.gif');
|
background-image: url('../images/loading.gif');
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 400px;
|
line-height: 400px;
|
||||||
}
|
}
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.egw_fw_ui_tab_content > .loading {
|
.egw_fw_ui_tab_content > .loading {
|
||||||
background-image:url('../images/ajax-loader.gif');
|
background-image:url('../images/loading.gif');
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 400px;
|
line-height: 400px;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user