http://www.mediawiki.org/wiki/Special:Code/MediaWiki/98069

Revision: 98069
Author:   hartman
Date:     2011-09-25 17:26:33 +0000 (Sun, 25 Sep 2011)
Log Message:
-----------
Raise the specificity of the sortable header.
Many installations have something like: table.wikitable th {background:color;} 
which would override the background of the sortable header.

Modified Paths:
--------------
    trunk/phase3/skins/common/shared.css

Modified: trunk/phase3/skins/common/shared.css
===================================================================
--- trunk/phase3/skins/common/shared.css        2011-09-25 16:39:48 UTC (rev 
98068)
+++ trunk/phase3/skins/common/shared.css        2011-09-25 17:26:33 UTC (rev 
98069)
@@ -925,17 +925,17 @@
        background-position: 0% 100%;
 }
 /* Table Sorting */
-th.headerSort {
+table.sortable th.headerSort {
        background-image: url(images/sort_both.gif);
        cursor: pointer;
        background-repeat: no-repeat;
        background-position: center right;
        padding-right: 21px;
 }
-th.headerSortUp {
+table.sortable th.headerSortUp {
        background-image: url(images/sort_up.gif);
 }
-th.headerSortDown {
+table.sortable th.headerSortDown {
        background-image: url(images/sort_down.gif);
 }
 


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to