mediawiki-skins-Citizen/skinStyles/extensions/SemanticResultFormats/ext.srf.styles.less

29 lines
600 B
Plaintext
Raw Normal View History

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