afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-05-11 02:00 pm

[dw-free] Contextual hover popup has no background color in some views

[commit: http://hg.dwscoalition.org/dw-free/rev/63b750aa4b58]

http://bugs.dwscoalition.org/show_bug.cgi?id=1193

Add default background for contextual hover popup.

Patch by [personal profile] branchandroot.

Files modified:
  • htdocs/stc/contextualhover.css
--------------------------------------------------------------------------------
diff -r a4ba03d4fc21 -r 63b750aa4b58 htdocs/stc/contextualhover.css
--- a/htdocs/stc/contextualhover.css	Sun May 10 18:20:47 2009 +0000
+++ b/htdocs/stc/contextualhover.css	Mon May 11 13:58:54 2009 +0000
@@ -19,6 +19,9 @@ div.ContextualPopup div.Inner {
     left: -2px;
     padding: 0px;
     width: 20em;
+	background-color: #fff;
+    color: #000;
+    border: 1px solid #000; 
     }
 
 * html div.ContextualPopup div.Inner {
--------------------------------------------------------------------------------