forked from GNUsocial/gnu-social
Fix for processing indicator for aside
This commit is contained in:
parent
ec84c6acee
commit
353659764b
@ -1663,7 +1663,8 @@ background-color:transparent;
|
|||||||
}
|
}
|
||||||
|
|
||||||
#wrap form.processing input.submit,
|
#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%;
|
background:#FFFFFF url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
|
||||||
cursor:wait;
|
cursor:wait;
|
||||||
text-indent:-9999px;
|
text-indent:-9999px;
|
||||||
|
@ -214,7 +214,7 @@ background-color:transparent;
|
|||||||
}
|
}
|
||||||
|
|
||||||
#wrap form.processing input.submit,
|
#wrap form.processing input.submit,
|
||||||
#content a.processing,
|
#core a.processing,
|
||||||
.dialogbox.processing .submit_dialogbox {
|
.dialogbox.processing .submit_dialogbox {
|
||||||
background:#FFFFFF url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
|
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,
|
#wrap form.processing input.submit,
|
||||||
#content a.processing,
|
#core a.processing,
|
||||||
.dialogbox.processing .submit_dialogbox {
|
.dialogbox.processing .submit_dialogbox {
|
||||||
background:#FFFFFF url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
|
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,
|
#wrap form.processing input.submit,
|
||||||
.entity_actions a.processing,
|
#core a.processing,
|
||||||
.dialogbox.processing .submit_dialogbox {
|
.dialogbox.processing .submit_dialogbox {
|
||||||
background:#FFFFFF url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
|
background:#FFFFFF url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user