forked from extern/egroupware
Fix tab overlay ajaxLoader repeated its icon
This commit is contained in:
parent
71fcb876d2
commit
9b6f6737f6
@ -2529,6 +2529,7 @@ body {
|
||||
}
|
||||
.egw_fw_ui_tab_content > .loading {
|
||||
background-image: url('../images/loading.gif');
|
||||
background-repeat: no-repeat;
|
||||
text-align: center;
|
||||
line-height: 400px;
|
||||
}
|
||||
|
@ -2518,6 +2518,7 @@ body {
|
||||
}
|
||||
.egw_fw_ui_tab_content > .loading {
|
||||
background-image: url('../images/loading.gif');
|
||||
background-repeat: no-repeat;
|
||||
text-align: center;
|
||||
line-height: 400px;
|
||||
}
|
||||
|
@ -27,6 +27,7 @@
|
||||
|
||||
.egw_fw_ui_tab_content > .loading {
|
||||
background-image:url('../images/loading.gif');
|
||||
background-repeat: no-repeat;
|
||||
text-align: center;
|
||||
line-height: 400px;
|
||||
}
|
Loading…
Reference in New Issue
Block a user