Quick fix for wee regression in entity_action button hover states.

This commit is contained in:
Samantha Doherty 2010-10-19 21:33:56 -04:00
parent bee51e1cec
commit d464ebfc12
1 changed files with 2 additions and 2 deletions

View File

@ -1398,7 +1398,7 @@ display:block;
padding: 4px 4px 4px 26px;
}
.entity_actions a, .entity_actions p, .entity_actions .entity_subscribe input, .entity_actions .entity_block input {
.entity_actions a, .entity_actions p, .entity_actions .entity_subscribe input, .entity_actions .entity_block input, .entity_actions .entity_moderation input, .entity_actions .entity_role input {
background-color: #ccc !important;
border: none;
}
@ -1407,7 +1407,7 @@ display:block;
padding: 2px 4px 4px 28px;
}
.entity_actions a, .entity_actions p, .entity_actions .entity_subscribe input, .entity_actions .entity_block input {
.entity_actions a:hover, .entity_actions p: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 {
background-color: #f2f2f2 !important;
}