19 lines
232 B
CSS
19 lines
232 B
CSS
#ANCHORPANE{
|
|
-fx-background-color: #87ceeb;
|
|
}
|
|
|
|
#BRANCH_ANGLE_LABEL{
|
|
-fx-color: white;
|
|
}
|
|
|
|
.slider{
|
|
-fx-color: blue;
|
|
}
|
|
|
|
.slider .axis .axis-tick-mark{
|
|
-fx-stroke: green;
|
|
}
|
|
|
|
.slider .axis .axis-minor-tick-mark {
|
|
-fx-stroke: grey;
|
|
} |