]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Quick fix for wee regression in entity_action button hover states.
authorSamantha Doherty <sammy@status.net>
Wed, 20 Oct 2010 01:33:56 +0000 (21:33 -0400)
committerSamantha Doherty <sammy@status.net>
Wed, 20 Oct 2010 01:33:56 +0000 (21:33 -0400)
theme/rebase/css/display.css

index 19ef2b577f6cd903b5e418007b922f6de52740bf..98e7a323d619c0712de971e9e6154521b18b5ec8 100644 (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;
 }