Fixed subscribe button styles
This commit is contained in:
parent
c2e6673b17
commit
dc6b2d3ac8
|
@ -135,7 +135,8 @@ button.close,
|
||||||
.form_group_leave input.submit,
|
.form_group_leave input.submit,
|
||||||
.form_user_unsubscribe input.submit,
|
.form_user_unsubscribe input.submit,
|
||||||
.form_group_join input.submit,
|
.form_group_join input.submit,
|
||||||
.form_user_subscribe input.submit {
|
.form_user_subscribe input.submit,
|
||||||
|
.entity_subscribe a {
|
||||||
background-image:url(../../base/images/icons/icons-01.gif);
|
background-image:url(../../base/images/icons/icons-01.gif);
|
||||||
background-repeat:no-repeat;
|
background-repeat:no-repeat;
|
||||||
background-color:transparent;
|
background-color:transparent;
|
||||||
|
@ -216,7 +217,8 @@ background-position:0 1px;
|
||||||
.form_group_join input.submit,
|
.form_group_join input.submit,
|
||||||
.form_group_leave input.submit,
|
.form_group_leave input.submit,
|
||||||
.form_user_subscribe input.submit,
|
.form_user_subscribe input.submit,
|
||||||
.form_user_unsubscribe input.submit {
|
.form_user_unsubscribe input.submit,
|
||||||
|
.entity_subscribe a {
|
||||||
background-color:#AAAAAA;
|
background-color:#AAAAAA;
|
||||||
color:#FFFFFF;
|
color:#FFFFFF;
|
||||||
}
|
}
|
||||||
|
@ -225,7 +227,8 @@ color:#FFFFFF;
|
||||||
background-position:5px -1246px;
|
background-position:5px -1246px;
|
||||||
}
|
}
|
||||||
.form_group_join input.submit,
|
.form_group_join input.submit,
|
||||||
.form_user_subscribe input.submit {
|
.form_user_subscribe input.submit,
|
||||||
|
.entity_subscribe a {
|
||||||
background-position:5px -1181px;
|
background-position:5px -1181px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user