Bureaucrats, editor, Interface administrators, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Editors (Semantic MediaWiki), Administrators
47,390
edits
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
Line 1:
#preferences .mw-htmlform-submit-buttons {
background-color: var(--body-main);
border-top-color: var(--body-border);
}
.mw-prefs-tabs-wrapper.oo-ui-panelLayout-framed,
.mw-prefs-tabs > .oo-ui-menuLayout-content > .oo-ui-indexLayout-stackLayout > .oo-ui-tabPanelLayout {
border-color: var(--body-border);
}
.mw-htmlform-ooui .mw-htmlform-matrix tbody {
tr:nth-child(even) td {
background-color: var(--body-light);
}
tr:hover td {
background-color: var(--body-mid)
}
}
.mw-prefs-tabs.mw-prefs-tabs-searching .oo-ui-tabPanelLayout.mw-prefs-search-matched > fieldset > legend {
background: var(--body-mid);
}
.mw-prefs-search-highlight {
background: var(--body-mid) !important;
outline-color: var(--body-mid) !important;
}
|