BI图表插件前端模板。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

21 lines
809 B

.chart-type-boxplot-column-icon .x-icon {
display: block;
background: url("/app/decision/resources?path=/com/finebi/plugin/web/image/boxplot.png")
no-repeat center center;
background-size: contain;
}
.chart-type-boxplot-column-icon .x-icon.hack {
background: url("/app/decision/resources?path=/com/finebi/plugin/web/image/boxplot.png")
no-repeat center center;
}
.chart-type-boxplot-column-disabled-icon .x-icon {
display: block;
background: url("/app/decision/resources?path=/com/finebi/plugin/web/image/disable.png")
no-repeat center center;
background-size: contain;
}
.chart-type-boxplot-column-disabled-icon .x-icon.hack {
background: url("/app/decision/resources?path=/com/finebi/plugin/web/image/disable.png")
no-repeat center center;
}