X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki.special%2Fspecial.css;h=cb996f32b78267a215b911ecfd431c9115fb7d65;hb=938d303c9e3a899d298c121c067313d2dfddef30;hp=cb05793820631034ca79f064a3d300c7b5b2a3ac;hpb=4cbbf37949e559d7933fbfc2dfb64d1460911eb4;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/mediawiki.special/special.css b/resources/src/mediawiki.special/special.css index cb05793820..cb996f32b7 100644 --- a/resources/src/mediawiki.special/special.css +++ b/resources/src/mediawiki.special/special.css @@ -1,9 +1,16 @@ /* Special:AllMessages */ +#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 tr:hover .am_default { +#mw-allmessagestable tbody:hover .am_default { background-color: #faff90; } @@ -11,7 +18,7 @@ background-color: #e2ffe2; } -#mw-allmessagestable tr:hover + tr .am_actual { +#mw-allmessagestable tbody:hover .am_actual { background-color: #b1ffb1; }