Fixed small bug making text of vertical scrollbar disappear

This commit is contained in:
delvh 2020-06-23 23:40:18 +02:00
parent da52e9a5ae
commit c519f5ec24
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
-fx-background-color: transparent; -fx-background-color: transparent;
} }
.scroll-bar:horizontal, .scroll-bar *, .scroll-bar:horizontal > *{ .scroll-bar:horizontal, .scroll-bar:horizontal *, .scroll-bar:horizontal > *{
-fx-background-color: transparent; -fx-background-color: transparent;
-fx-text-fill: transparent; -fx-text-fill: transparent;
} }