mediawiki-skins-Citizen/skinStyles/extensions/SemanticResultFormats/jquery/ext.jquery.jqplot.core.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

58 lines
1 KiB
Plaintext

/*
* Citizen - SRF jQplot Core
* https://starcitizen.tools
*/
@import '../../../../resources/variables.less';
.skin-theme-clientpref-night {
.jqplot-target {
color: var( --color-subtle );
}
.jqplot-meterGauge-tick {
color: var( --color-subtle );
}
.jqplot-meterGauge-label {
color: var( --color-subtle );
}
table.jqplot-table-legend,
table.jqplot-cursor-legend {
background-color: var( --color-surface-0 );
border: 1px solid @dark-bg-20;
}
div.jqplot-table-legend-swatch-outline {
border: 1px solid @dark-bg-20;
}
table.jqplot-cursor-tooltip {
border: 1px solid @dark-bg-20;
}
.jqplot-cursor-tooltip {
background: @dark-bg-30;
border: 1px solid @dark-bg-20;
}
.jqplot-highlighter-tooltip,
.jqplot-canvasOverlay-tooltip {
background: @dark-bg-30;
border: 1px solid @dark-bg-20;
}
div.jqplot-bubble-label {
color: var( --color-base );
}
div.jqplot-bubble-label.jqplot-bubble-label-highlight {
background: var( --color-surface-3 );
}
div.jqplot-noData-container {
background-color: @dark-bg-10;
}
}