mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-16 19:10:34 +00:00
58 lines
1 KiB
Plaintext
58 lines
1 KiB
Plaintext
/*
|
|
* Citizen - SRF jQplot Core
|
|
* https://starcitizen.tools
|
|
*/
|
|
|
|
@import '../../../../resources/variables.less';
|
|
|
|
.skin-citizen-dark {
|
|
.jqplot-target {
|
|
color: var( --color-base--subtle );
|
|
}
|
|
|
|
.jqplot-meterGauge-tick {
|
|
color: var( --color-base--subtle );
|
|
}
|
|
|
|
.jqplot-meterGauge-label {
|
|
color: var( --color-base--subtle );
|
|
}
|
|
|
|
table.jqplot-table-legend,
|
|
table.jqplot-cursor-legend {
|
|
border: 1px solid @dark-bg-20;
|
|
background-color: var( --color-surface-0 );
|
|
}
|
|
|
|
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 {
|
|
border: 1px solid @dark-bg-20;
|
|
background: @dark-bg-30;
|
|
}
|
|
|
|
.jqplot-highlighter-tooltip,
|
|
.jqplot-canvasOverlay-tooltip {
|
|
border: 1px solid @dark-bg-20;
|
|
background: @dark-bg-30;
|
|
}
|
|
|
|
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;
|
|
}
|
|
}
|