Processing indicator CSS for the default theme

This commit is contained in:
Sarven Capadisli 2009-03-25 22:59:29 +00:00
parent 90e5f01f8a
commit 4eb59da038
1 changed files with 5 additions and 0 deletions

View File

@ -94,6 +94,11 @@ color:#333;
#form_notice.warning #notice_text-count {
color:#000;
}
#form_notice.processing #notice_action-submit {
background:#fff url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
cursor:wait;
text-indent:-9999px;
}
#nav_register a {