Add icons to group-join approval/rejection buttons
This commit is contained in:
parent
831e9db7ec
commit
b537696370
|
@ -2242,6 +2242,8 @@ button.close,
|
|||
.form_user_add_peopletag input.submit,
|
||||
.form_peopletag_subscribe input.submit,
|
||||
.form_peopletag_unsubscribe input.submit,
|
||||
.form_group_queue #approve,
|
||||
.form_group_queue #cancel,
|
||||
.notice-options .repeated,
|
||||
.form_notice label.notice_data-geo,
|
||||
button.minimize,
|
||||
|
@ -2283,6 +2285,14 @@ background-repeat:no-repeat;
|
|||
background-color:transparent;
|
||||
}
|
||||
|
||||
|
||||
.form_group_queue #approve {
|
||||
background-position:2px -2174px;
|
||||
}
|
||||
.form_group_queue #cancel {
|
||||
background-position:2px -2240px;
|
||||
}
|
||||
|
||||
.form_group_leave input.submit,
|
||||
.form_user_unsubscribe input.submit,
|
||||
.form_user_remove_peopletag input.submit,
|
||||
|
|
Loading…
Reference in New Issue
Block a user