redesigned the vertical scroll bar

This commit is contained in:
DieGurke 2020-08-01 10:30:12 +02:00
parent 59188711b8
commit 3fdbbfd756
1 changed files with 15 additions and 0 deletions

View File

@ -68,3 +68,18 @@
-fx-text-fill: rgb(105.0,0.0,153.0);
-fx-font-weight: bold;
}
.scroll-bar:vertical, .scroll-bar:vertical .track, .scroll-bar:vertical .increment-button , .scroll-bar:vertical .decrement-button {
-fx-background-color: transparent;
}
.scroll-bar:vertical .increment-arrow, .scroll-bar:vertical .decrement-arrow {
-fx-background-color: transparent;
}
.scroll-bar:vertical .thumb {
-fx-background-color: #707070;
-fx-background-insets : 4.0, 0.0, 0.0;
-fx-background-radius : 2.0em;
}