mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-17 07:47:57 -04:00
fix: invisible scroll bar in webview
This commit is contained in:
parent
76807e1cd2
commit
cf25e6c27b
@ -18,11 +18,19 @@
|
||||
.root {
|
||||
}
|
||||
|
||||
.scroll-bar {
|
||||
.jfx-list-view .scroll-bar {
|
||||
-fx-skin: "org.jackhuang.hmcl.ui.construct.FloatScrollBarSkin";
|
||||
}
|
||||
|
||||
.scroll-bar .track {
|
||||
.jfx-list-view .scroll-bar .track {
|
||||
-fx-fill: transparent;
|
||||
}
|
||||
|
||||
.scroll-pane .scroll-bar {
|
||||
-fx-skin: "org.jackhuang.hmcl.ui.construct.FloatScrollBarSkin";
|
||||
}
|
||||
|
||||
.scroll-pane .scroll-bar .track {
|
||||
-fx-fill: transparent;
|
||||
}
|
||||
|
||||
|
@ -44,7 +44,7 @@
|
||||
.warn { background-color: #FFEECC; }
|
||||
.info { background-color: #FFFFFF; }
|
||||
.debug { background-color: #EEE9E0; }
|
||||
.trace { background-color: blue; }
|
||||
.trace { background-color: #FFFFFF; }
|
||||
</style>
|
||||
<script>
|
||||
var colors = ["fatal", "error", "warn", "info", "debug", "trace"];
|
||||
|
Loading…
x
Reference in New Issue
Block a user