mediawiki-skins-Citizen/skinStyles/extensions/SemanticResultFormats/ext.srf.styles.less
2022-11-21 17:46:15 -05:00

29 lines
600 B
Plaintext

/*
* Citizen - SRF styles
* https://starcitizen.tools
*/
.srf-spinner.text {
color: var( --color-base--subtle );
}
.srf-notification-content {
color: var( --color-base--emphasized );
}
fieldset#mw-prefsection-smw-srf {
border-top-color: var( --border-color-base );
}
fieldset#mw-prefsection-smw-srf-eventcalendar-options {
border-top-color: var( --border-color-base );
}
fieldset#mw-prefsection-smw-srf-datatables-options {
border-top-color: var( --border-color-base );
}
#mw-prefsection-smw-srf .oo-ui-fieldsetLayout-header .oo-ui-labelElement-label {
color: var( --color-primary );
}