https://bugzilla.wikimedia.org/show_bug.cgi?id=28422

             Bug #: 28422
           Summary: remove table { color: black } in Vector and Monobook
           Product: MediaWiki
           Version: 1.17
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: User interface
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: foma...@googlemail.com
    Classification: Unclassified


table { color: black } in
phase3/skins/monobook/main.css and
phase3/skins/vector/screen.css
is not neccessary, because Vector and Monobook defines
 div#content { color: black; }

Bug 26708 removed
 table { background-color: white }
so the default background color for tables is transparent.

At the moment tables in dark background color container are inreadable:
<div style="background-color:DarkBlue; color:white">
Table
{|
| left
| right
|}
</div>

Maybe wikitable should get
 table.wikitable { color: black }
because wikitable already has
 table.wikitable { background-color: #f9f9f9 }

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to