@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("facebook.com") {
.UIStory_Hide
{
   background:pink !important;
   border:solid darkred !important;
   border-width:2px 1px 1px !important;
   -moz-border-radius:5px !important;
}
.UIStory_Hide:hover
{
   border-color:gray !important;
   background:lightgray !important;
}
.UIActionMenu_Text
{
   color:black !important;
}
.UIStory_Hide:hover *
{
   background:none !important;
}
.UISelectList_Item:hover
{
   background:#333 !important;
}
.UIActionMenu_Chevron,.UIStory_Hide:hover .UIActionMenu_Chevron
{
   background:url("data:image/gif;base64,R0lGODlhCQAGALMIAHyRvGB5rVt0qmh/sXOJt22EtP7+/kNgnf///wAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAgALAAAAAAJAAYAAAQW8Mg5jSgYC4NMIGDAId0ADCNZpmrXRgA7") !important;
}
}