Skip to content

Commit b69bf72

Browse files
committed
add css for scroll bar
1 parent e23c419 commit b69bf72

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/main/resources/style.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,16 @@
182182
-fx-background-color: #00bfff;
183183
}
184184

185+
/*---------- SCROLL BAR ----------*/
186+
187+
.scroll-bar {
188+
-fx-background-color: #3c3f41;
189+
}
190+
191+
.scroll-bar .thumb {
192+
-fx-background-color: #7c7c7c;
193+
}
194+
185195
/*---------- SPLIT PANE ----------*/
186196

187197
.split-pane {

0 commit comments

Comments
 (0)