X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki.special%2Fspecial.css;h=cb996f32b78267a215b911ecfd431c9115fb7d65;hb=938d303c9e3a899d298c121c067313d2dfddef30;hp=0404c455f923316ea326e5bb5c9d755f58983323;hpb=925c20a9ca669c67cc44f4468d0e0f3b33b94213;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/mediawiki.special/special.css b/resources/src/mediawiki.special/special.css index 0404c455f9..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; } @@ -68,6 +75,7 @@ .mw-uctop { font-weight: bold; } + .mw-contributions-form select { vertical-align: middle; } @@ -92,6 +100,7 @@ .mw-listgrouprights-table tr { vertical-align: top; } + .listgrouprights-revoked { text-decoration: line-through; } @@ -130,6 +139,7 @@ white-space: nowrap; font-size: 90%; } + .mw-protectedpages-unknown { color: #72777d; font-size: 90%;