Updated default stylesheet for notice attach

This commit is contained in:
Sarven Capadisli 2009-06-09 17:49:24 +00:00
parent 3aebd847e7
commit 6af79f4755
1 changed files with 7 additions and 0 deletions

View File

@ -82,6 +82,13 @@ color:#333;
#form_notice.warning #notice_text-count {
color:#000;
}
#form_notice label[for=notice_data-attach] {
background:transparent url(../../base/images/icons/twotone/green/clip-01.gif) no-repeat 0 45%;
}
#form_notice #notice_data-attach {
opacity:0;
}
#form_notice.processing #notice_action-submit {
background:#fff url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
cursor:wait;