Files
inwestprofil.eu/libraries/framework/skin/base/plugins/highcharts.less
Roman Pyrih 197675d958 first commit
2026-02-03 13:33:04 +01:00

17 lines
389 B
Plaintext

/*===============================================
High Charts
================================================= */
/* Custom Legend */
.chart-legend {} .legend-item {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 2s;
}
/* Label Text */
.highcharts-container .highcharts-axis-labels text {
color: #AAA !important;
fill: #AAA !important;
}