[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
branchandroot.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1193
Add default background for contextual hover popup.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
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 { --------------------------------------------------------------------------------