A few wee fixes for rebase and shiny themes.

This commit is contained in:
Samantha Doherty
2011-01-25 18:32:12 -05:00
parent 0fc46d1629
commit 8bc296bdbb
2 changed files with 7 additions and 8 deletions

View File

@@ -1399,7 +1399,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 .entity_moderation input, .entity_actions .entity_role 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, .entity_actions .entity_nudge input, .entity_actions .entity_delete input {
background-color: #ccc !important;
border: none;
}
@@ -1408,7 +1408,7 @@ display:block;
padding: 2px 4px 4px 28px;
}
.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 {
.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, .entity_actions .entity_nudge input:hover, .entity_actions .entity_delete input:hover {
background-color: #f2f2f2 !important;
}