Updated subscribe/unsubscribe button styles
This commit is contained in:
parent
613078e467
commit
a580689d40
@ -618,7 +618,8 @@ font-style:italic;
|
||||
.entity_actions {
|
||||
float:right;
|
||||
margin-left:2.35%;
|
||||
width:22%;
|
||||
margin-bottom:18px;
|
||||
max-width:21%;
|
||||
}
|
||||
.entity_actions h2 {
|
||||
display:none;
|
||||
|
@ -29,7 +29,9 @@ input, textarea, select,
|
||||
border-color:#AAAAAA;
|
||||
}
|
||||
#filter_tags ul li,
|
||||
.entity_send-a-message .form_notice {
|
||||
.entity_send-a-message .form_notice,
|
||||
.pagination .nav_prev a,
|
||||
.pagination .nav_next a {
|
||||
border-color:#DDDDDD;
|
||||
}
|
||||
|
||||
@ -225,14 +227,9 @@ background-position:0 1px;
|
||||
.form_group_leave input.submit,
|
||||
.form_user_subscribe input.submit,
|
||||
.form_user_unsubscribe input.submit {
|
||||
background-color:#9BB43E;
|
||||
background-color:#AAAAAA;
|
||||
color:#FFFFFF;
|
||||
}
|
||||
.form_user_unsubscribe input.submit,
|
||||
.form_group_leave input.submit,
|
||||
.form_user_authorization input.reject {
|
||||
background-color:#87B4C8;
|
||||
}
|
||||
.form_group_leave input.submit,
|
||||
.form_user_unsubscribe input.submit {
|
||||
background-position:5px -1246px;
|
||||
@ -331,7 +328,6 @@ background-position:0 -1054px;
|
||||
.pagination .nav_prev a,
|
||||
.pagination .nav_next a {
|
||||
background-repeat:no-repeat;
|
||||
border-color:#DDDDDD;
|
||||
box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
|
||||
-moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
|
||||
-webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
|
||||
|
@ -29,7 +29,9 @@ input, textarea, select,
|
||||
border-color:#AAAAAA;
|
||||
}
|
||||
#filter_tags ul li,
|
||||
.entity_send-a-message .form_notice {
|
||||
.entity_send-a-message .form_notice,
|
||||
.pagination .nav_prev a,
|
||||
.pagination .nav_next a {
|
||||
border-color:#DDDDDD;
|
||||
}
|
||||
|
||||
@ -224,14 +226,9 @@ background-position:0 1px;
|
||||
.form_group_leave input.submit,
|
||||
.form_user_subscribe input.submit,
|
||||
.form_user_unsubscribe input.submit {
|
||||
background-color:#9BB43E;
|
||||
background-color:#AAAAAA;
|
||||
color:#FFFFFF;
|
||||
}
|
||||
.form_user_unsubscribe input.submit,
|
||||
.form_group_leave input.submit,
|
||||
.form_user_authorization input.reject {
|
||||
background-color:#87B4C8;
|
||||
}
|
||||
.form_group_leave input.submit,
|
||||
.form_user_unsubscribe input.submit {
|
||||
background-position:5px -1246px;
|
||||
@ -330,7 +327,6 @@ background-position:0 -1054px;
|
||||
.pagination .nav_prev a,
|
||||
.pagination .nav_next a {
|
||||
background-repeat:no-repeat;
|
||||
border-color:#DDDDDD;
|
||||
box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
|
||||
-moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
|
||||
-webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
|
||||
|
Loading…
Reference in New Issue
Block a user