kareila: (Default)
kareila ([personal profile] kareila) wrote in [site community profile] changelog2009-09-21 05:54 am

[dw-free] Contextual popup links don't set a default color

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

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

Set default color (black) for contextualhover links.

Patch by [staff profile] denise.

Files modified:
  • htdocs/stc/contextualhover.css
--------------------------------------------------------------------------------
diff -r 51aa51ab5f9f -r f1fc3bdc85fa htdocs/stc/contextualhover.css
--- a/htdocs/stc/contextualhover.css	Mon Sep 21 00:47:09 2009 -0500
+++ b/htdocs/stc/contextualhover.css	Mon Sep 21 00:54:01 2009 -0500
@@ -69,4 +69,5 @@ div.ContextualPopup .Userpic {
    div.ContextualPopup div.Inner a, div.ContextualPopup div.Inner a:visited {
         text-decoration: underline !important;
         font-weight: bold;
+        color: #000;
         }
--------------------------------------------------------------------------------