X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki.special%2Fspecial.css;h=cb996f32b78267a215b911ecfd431c9115fb7d65;hb=938d303c9e3a899d298c121c067313d2dfddef30;hp=35cdee7ed6743f10a709abe950b37c01f1fca2d8;hpb=f9515cf0049a0948c6766e5887d8a1b495e25325;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/mediawiki.special/special.css b/resources/src/mediawiki.special/special.css index 35cdee7ed6..cb996f32b7 100644 --- a/resources/src/mediawiki.special/special.css +++ b/resources/src/mediawiki.special/special.css @@ -1,9 +1,16 @@ /* Special:AllMessages */ -#mw-allmessagestable .allmessages-customised .am_default { +#mw-allmessagestable tbody:hover td { + /* Duplicate of `.mw-datatable tr:hover td` from shared.css, + * so that it also applies when hovering a lower cell + * within the same rowspan */ + background-color: #eaf3ff; +} + +#mw-allmessagestable .am_default { background-color: #fcffc4; } -#mw-allmessagestable .allmessages-customised:hover .am_default { +#mw-allmessagestable tbody:hover .am_default { background-color: #faff90; } @@ -11,7 +18,7 @@ background-color: #e2ffe2; } -#mw-allmessagestable .allmessages-customised:hover + .allmessages-customised .am_actual { +#mw-allmessagestable tbody:hover .am_actual { background-color: #b1ffb1; }