We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf667b2 commit 36748a3Copy full SHA for 36748a3
1 file changed
HMCL/src/main/resources/assets/css/root.css
@@ -1545,7 +1545,6 @@
1545
* Scroll Bar *
1546
* *
1547
******************************************************************************/
1548
-/* unsued? */
1549
1550
.scroll-bar:vertical > .track-background, .scroll-bar:horizontal > .track-background {
1551
-fx-background-color: #F1F1F1;
@@ -1578,6 +1577,14 @@
1578
1577
-fx-shape: "M298 598l214-214 214 214h-428z";
1579
}
1580
+.jfx-combo-box .scroll-bar {
1581
+ -fx-skin: "org.jackhuang.hmcl.ui.construct.FloatScrollBarSkin";
1582
+}
1583
+
1584
+.jfx-combo-box .scroll-bar .track {
1585
+ -fx-fill: transparent;
1586
1587
1588
/*******************************************************************************
1589
1590
* Scroll Pane *
0 commit comments