Fix for processing indicator for aside
This commit is contained in:
parent
1089c0e23c
commit
518551bf70
|
@ -1663,7 +1663,8 @@ background-color:transparent;
|
|||
}
|
||||
|
||||
#wrap form.processing input.submit,
|
||||
.entity_actions a.processing {
|
||||
#core a.processing,
|
||||
.dialogbox.processing .submit_dialogbox {
|
||||
background:#FFFFFF url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
|
||||
cursor:wait;
|
||||
text-indent:-9999px;
|
||||
|
|
|
@ -214,7 +214,7 @@ background-color:transparent;
|
|||
}
|
||||
|
||||
#wrap form.processing input.submit,
|
||||
#content a.processing,
|
||||
#core a.processing,
|
||||
.dialogbox.processing .submit_dialogbox {
|
||||
background:#FFFFFF url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
|
||||
}
|
||||
|
|
|
@ -215,7 +215,7 @@ background-color:transparent;
|
|||
}
|
||||
|
||||
#wrap form.processing input.submit,
|
||||
#content a.processing,
|
||||
#core a.processing,
|
||||
.dialogbox.processing .submit_dialogbox {
|
||||
background:#FFFFFF url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
|
||||
}
|
||||
|
|
|
@ -250,7 +250,7 @@ background-color:transparent;
|
|||
|
||||
|
||||
#wrap form.processing input.submit,
|
||||
.entity_actions a.processing,
|
||||
#core a.processing,
|
||||
.dialogbox.processing .submit_dialogbox {
|
||||
background:#FFFFFF url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user