Conversation
Notices
-
/* 4 of 6 */
/* Remove '.entity_actions' from this long list...:
.entity_actions a:hover, .entity_actions p:hover, .entity_actions, .entity_subscribe input:hover, .entity_actions .entity_subscribe input:hover, .entity_actions .entity_block input:hover, .entity_actions .entity_moderation input:hover, .entity_actions .entity_role input:hover, .entity_actions .entity_nudge input:hover, .entity_actions .entity_delete input:hover, .entity_actions input.submit:hover
... so that */
.entity_actions {
background-color: transparent !important; /* this is needed so the buttons are on a clear background?? Not sure about other contexts, though. Why was it made important.*/
}
.form_group_join input.submit, .form_user_subscribe input.submit, .form_remote_authorize input.submit, .form_user_add_peopletag input.submit, .form_peopletag_subscribe input.submit, .entity_subscribe a {
background-position: 5px -1181px; /*properly center the Subscribe button icon */
}
.form_user_block input.submit, .form_user_unblock input.submit, .form_group_block input.submit, .form_group_unblock input.submit {
background-position: 5px -918px; /*properly center the Block button icon */
}
.entity_actions input {
padding: 4px 4px 2px 26px;
margin:2px auto;
}