Quick fix for wee regression in entity_action button hover states.
This commit is contained in:
parent
bee51e1cec
commit
d464ebfc12
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user