14 lines
378 B
CSS
14 lines
378 B
CSS
|
|
.spectrum {
|
||
|
|
-rx-bar-shape:"M6.9,0.3c1.9,0,3.1,1.5,3.1,3.6c0,1.6-1.4,3.4-4.3,5.3c-0.4,0.3-0.9,0.3-1.3,0c-2.9-2-4.3-3.8-4.3-5.3 c0-2.1,1.2-3.6,3.1-3.6c0.7,0,1.2,0.2,1.8,0.8C5.7,0.6,6.2,0.3,6.9,0.3zM0.1,15H10v45H0.1V15z";
|
||
|
|
-rx-crest-pos: middle;
|
||
|
|
}
|
||
|
|
|
||
|
|
.spectrum .bar-box {
|
||
|
|
-fx-spacing: 0px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.spectrum .bar-box .bar {
|
||
|
|
-fx-min-height: 1px;
|
||
|
|
-fx-pref-width: 3px;
|
||
|
|
}
|