From: Chad Horohoe Date: Mon, 10 Aug 2009 00:32:37 +0000 (+0000) Subject: Fix some misnamed IDs from the AllMessages refactor. X-Git-Tag: 1.31.0-rc.0~40397 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=b51ad462ffa193bf30b5d59c4240cc18dd4a790c;p=lhc%2Fweb%2Fwiklou.git Fix some misnamed IDs from the AllMessages refactor. --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 4db9adee0b..4e8c2848bd 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1579,7 +1579,7 @@ $wgCacheEpoch = '20030516000000'; * to ensure that client-side caches do not keep obsolete copies of global * styles. */ -$wgStyleVersion = '235'; +$wgStyleVersion = '236'; # Server-side caching: diff --git a/skins/common/shared.css b/skins/common/shared.css index 626094f4f4..c093e4669f 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -637,19 +637,19 @@ table.collapsed tr.collapsable { .imagelist th.TablePager_sort { background-color: #ccccff } /* Allmessages table */ -#allmessagestable .allmessages-customised td.am_default { +#mw-allmessagestable .allmessages-customised td.am_default { background-color: #fcffc4; } -#allmessagestable tr.allmessages-customised:hover td.am_default { +#mw-allmessagestable tr.allmessages-customised:hover td.am_default { background-color: #faff90; } -#allmessagestable td.am_actual { +#mw-allmessagestable td.am_actual { background-color: #e2ffe2; } -#allmessagestable tr.allmessages-customised:hover + tr.allmessages-customised td.am_actual { +#mw-allmessagestable tr.allmessages-customised:hover + tr.allmessages-customised td.am_actual { background-color: #b1ffb1; }