Showing processing indicator for form_repeat on submit instead of form
This commit is contained in:
parent
5b1245a32a
commit
c6f8b94fa9
@ -1127,8 +1127,17 @@ top:3px;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.dialogbox .submit_dialogbox {
|
.dialogbox .submit_dialogbox {
|
||||||
text-indent:0;
|
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
|
text-indent:0;
|
||||||
|
min-width:46px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#wrap form.processing input.submit,
|
||||||
|
.entity_actions a.processing,
|
||||||
|
.dialogbox.processing .submit_dialogbox {
|
||||||
|
cursor:wait;
|
||||||
|
outline:none;
|
||||||
|
text-indent:-9999px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notice-options {
|
.notice-options {
|
||||||
|
@ -196,11 +196,12 @@ background-color:transparent;
|
|||||||
}
|
}
|
||||||
|
|
||||||
#wrap form.processing input.submit,
|
#wrap form.processing input.submit,
|
||||||
.entity_actions a.processing {
|
.entity_actions 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;
|
}
|
||||||
text-indent:-9999px;
|
.notice-options .form_repeat.processing {
|
||||||
outline:none;
|
background-image:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
|
@ -196,11 +196,12 @@ background-color:transparent;
|
|||||||
}
|
}
|
||||||
|
|
||||||
#wrap form.processing input.submit,
|
#wrap form.processing input.submit,
|
||||||
.entity_actions a.processing {
|
.entity_actions 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;
|
}
|
||||||
text-indent:-9999px;
|
.notice-options .form_repeat.processing {
|
||||||
outline:none;
|
background-image:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
|
Loading…
Reference in New Issue
Block a user