diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css index fa395b03b2..1df14a7f14 100644 --- a/theme/identica/css/display.css +++ b/theme/identica/css/display.css @@ -143,12 +143,15 @@ background-position: 0 40%; background-repeat: no-repeat; background-color:transparent; } +.form_group_join input.submit, +.form_group_leave input.submit .form_user_subscribe input.submit, .form_user_unsubscribe input.submit { background-color:#A9BF4F; color:#fff; } -.form_user_unsubscribe input.submit { +.form_user_unsubscribe input.submit, +.form_group_leave input.submit { background-color:#97BFD1; }