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

28 lines
477 B
Plaintext
Raw Normal View History

2019-12-29 21:22:41 +00:00
/*
* Citizen - SRF Flot Core
* https://starcitizen.tools
*/
@import '../../../../resources/variables.less';
.skin-theme-clientpref-night {
2019-12-29 21:22:41 +00:00
.srf-flot-chart-title {
color: var( --color-subtle );
2019-12-29 21:22:41 +00:00
}
.srf-flot-note {
color: var( --color-destructive );
2019-12-29 21:22:41 +00:00
}
.srf-flot-chart-text {
color: var( --color-subtle );
2019-12-29 21:22:41 +00:00
}
.srf-flot-tooltip {
color: var( --color-emphasized );
2019-12-29 21:22:41 +00:00
background-color: @dark-bg-10;
background-image: none;
border: 1px solid @dark-bg-20;
2019-12-29 21:22:41 +00:00
}
}