mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-16 11:00:08 +00:00
fa1ae98497
Update to grade A
26 lines
606 B
Plaintext
26 lines
606 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-primary );
|
|
border-top-color: var( --border-color-base );
|
|
}
|
|
|
|
#mw-prefsection-smw .oo-ui-fieldsetLayout-header .oo-ui-labelElement-label {
|
|
color: var( --color-base--subtle );
|
|
}
|