2 * mw-datatable styles used by TablePager.
3 * These were previously available through legacy.less and are still imported there.
4 * After legacy.less has been removed, this file can be merged into TablePager.less.
6 @import 'mediawiki.skin.variables.less';
7 /* stylelint-disable selector-class-pattern */
10 border-collapse: collapse;
19 background-color: #eaeeff;
21 html.skin-theme-clientpref-night & {
23 background-color: @background-color-transparent;
27 /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
28 @media screen and ( prefers-color-scheme: dark ) {
29 html.skin-theme-clientpref-os & {
30 background-color: @background-color-transparent;
36 background-color: @background-color-base;
40 background-color: @background-color-progressive-subtle;