forked from fanruan/bi-starter-latest
imp
5 years ago
2 changed files with 6 additions and 5 deletions
@ -1,17 +1,17 @@ |
|||||||
.chart-type-boxplot-column-icon .x-icon { |
.chart-type-boxplot-column-icon .x-icon { |
||||||
display: block; |
display: block; |
||||||
background: url('/webroot/decision/resources?path=/com/finebi/plugin/web/image/boxplot.png') no-repeat center center; |
background: url('${fineServletURL}/resources?path=/com/finebi/plugin/web/image/boxplot.png') no-repeat center center; |
||||||
background-size: contain; |
background-size: contain; |
||||||
} |
} |
||||||
.chart-type-boxplot-column-icon .x-icon.hack { |
.chart-type-boxplot-column-icon .x-icon.hack { |
||||||
background: url('/webroot/decision/resources?path=/com/finebi/plugin/web/image/boxplot.png') no-repeat center center; |
background: url('${fineServletURL}/resources?path=/com/finebi/plugin/web/image/boxplot.png') no-repeat center center; |
||||||
} |
} |
||||||
|
|
||||||
.chart-type-boxplot-column-disabled-icon .x-icon { |
.chart-type-boxplot-column-disabled-icon .x-icon { |
||||||
display: block; |
display: block; |
||||||
background: url('/webroot/decision/resources?path=/com/finebi/plugin/web/image/disable.png') no-repeat center center; |
background: url('${fineServletURL}/resources?path=/com/finebi/plugin/web/image/disable.png') no-repeat center center; |
||||||
background-size: contain; |
background-size: contain; |
||||||
} |
} |
||||||
.chart-type-boxplot-column-disabled-icon .x-icon.hack { |
.chart-type-boxplot-column-disabled-icon .x-icon.hack { |
||||||
background: url('/webroot/decision/resources?path=/com/finebi/plugin/web/image/disable.png') no-repeat center center; |
background: url('${fineServletURL}/resources?path=/com/finebi/plugin/web/image/disable.png') no-repeat center center; |
||||||
} |
} |
Loading…
Reference in new issue