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.
37 lines
895 B
37 lines
895 B
.b4xdialog .scroll-bar:horizontal, .b4xdialog .scroll-bar:vertical{
|
|
-fx-background-color:transparent;
|
|
}
|
|
|
|
.b4xdialog .increment-button, .b4xdialog .decrement-button {
|
|
-fx-background-color: transparent;
|
|
-fx-border-color: transparent;
|
|
}
|
|
|
|
.b4xdialog .scroll-bar:horizontal .track,
|
|
.b4xdialog .scroll-bar:vertical .track{
|
|
-fx-background-color: transparent;
|
|
-fx-border-color: transparent;
|
|
-fx-background-radius: 0em;
|
|
}
|
|
|
|
.b4xdialog .scroll-bar:horizontal .thumb,
|
|
.b4xdialog .scroll-bar:vertical .thumb {
|
|
-fx-background-color: #4B4B4B;
|
|
-fx-background-radius: 5em;
|
|
}
|
|
|
|
.b4xdialoglight .scroll-bar:horizontal .thumb,
|
|
.b4xdialoglight .scroll-bar:vertical .thumb {
|
|
-fx-background-color: #B8B8B8;
|
|
}
|
|
|
|
.scroll-pane{
|
|
-fx-background-color:transparent;
|
|
}
|
|
.scroll-pane .viewport {
|
|
-fx-background-color: transparent;
|
|
}
|
|
|
|
.text-area .content {
|
|
-fx-padding: 15 5 5 5;
|
|
} |