first commit
This commit is contained in:
16
libraries/framework/skin/base/plugins/highcharts.less
Normal file
16
libraries/framework/skin/base/plugins/highcharts.less
Normal file
@@ -0,0 +1,16 @@
|
||||
/*===============================================
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user