mediawiki-extensions-Centra.../modules/ext.centralauth.globalgrouppermissions.css
Timo Tijhof a4dca3970a Merge four tiny styles-only modules for misc CA special pages
It would literally save user data if we loaded some of these stylesheets
on all Wikipedia page views, without their modules existing; then for
the modules to exist but only loaded on the relevant Special pages.

As the next-best thing, combine them at least into one.

Change-Id: I0b52d3d06a5d4d73a1dfb218d43af7bbe832522d
2019-08-27 23:01:57 +00:00

25 行
422 B
CSS

/**
* Styles for Special:GlobalGroupPermissions
*/
.mw-centralauth-editgroup-readonly .mw-centralauth-editgroup-unchecked {
color: #808080;
}
.mw-centralauth-rights {
-webkit-columns: 23em 3;
-moz-columns: 23em 3;
columns: 23em 3;
}
/**
* Used by the group permissions table
*/
table.mw-centralauth-groups-table tr {
vertical-align: top;
}
table.mw-centralauth-groups-table hr {
background-color: #d4d4d4;
}