mediawiki-skins-Citizen/skinStyles/extensions/SemanticMediaWiki/ext.smw.special.styles.less
alistair3149 5d3ecd9edd
feat(core): convert some CSS variables into Codex equivalent
This is an on-going work to adapt Codex into Citizen.
Some of the CSS variables are soft depreciated, see tokens.less for updated info.
2024-06-30 01:04:30 -04:00

26 lines
604 B
Plaintext

/*
* Citizen
*
* SkinStyles for Extension:SemanticMediaWiki
* Module: ext.smw.special.styles
* Version: 4.0.2 (0fcdfce)
*
* Date: 2022-10-20
*/
/* smw/special/smw.special.preferences.cs */
/**
* Special:Preferences
*/
fieldset#mw-prefsection-smw-general-options,
fieldset#mw-prefsection-smw-extended-search-options,
fieldset#mw-prefsection-smw-ask-options,
fieldset#mw-prefsection-smw-srf {
border-color: var( --color-progressive );
border-top-color: var( --border-color-base );
}
#mw-prefsection-smw .oo-ui-fieldsetLayout-header .oo-ui-labelElement-label {
color: var( --color-subtle );
}