Index: trunk/phase3/skins/common/shared.css |
— | — | @@ -637,19 +637,19 @@ |
638 | 638 | .imagelist th.TablePager_sort { background-color: #ccccff } |
639 | 639 | |
640 | 640 | /* Allmessages table */ |
641 | | -#allmessagestable .allmessages-customised td.am_default { |
| 641 | +#mw-allmessagestable .allmessages-customised td.am_default { |
642 | 642 | background-color: #fcffc4; |
643 | 643 | } |
644 | 644 | |
645 | | -#allmessagestable tr.allmessages-customised:hover td.am_default { |
| 645 | +#mw-allmessagestable tr.allmessages-customised:hover td.am_default { |
646 | 646 | background-color: #faff90; |
647 | 647 | } |
648 | 648 | |
649 | | -#allmessagestable td.am_actual { |
| 649 | +#mw-allmessagestable td.am_actual { |
650 | 650 | background-color: #e2ffe2; |
651 | 651 | } |
652 | 652 | |
653 | | -#allmessagestable tr.allmessages-customised:hover + tr.allmessages-customised td.am_actual { |
| 653 | +#mw-allmessagestable tr.allmessages-customised:hover + tr.allmessages-customised td.am_actual { |
654 | 654 | background-color: #b1ffb1; |
655 | 655 | } |
656 | 656 | |
Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1579,7 +1579,7 @@ |
1580 | 1580 | * to ensure that client-side caches do not keep obsolete copies of global |
1581 | 1581 | * styles. |
1582 | 1582 | */ |
1583 | | -$wgStyleVersion = '235'; |
| 1583 | +$wgStyleVersion = '236'; |
1584 | 1584 | |
1585 | 1585 | |
1586 | 1586 | # Server-side caching: |