Files
MuHua-Core/Assets/UI Toolkit/Component/Scroller/Scroller.uss
T
MuHua-123 5374616980 1
2025-06-17 10:53:45 +08:00

24 lines
423 B
Plaintext

.scroller-horizontal {
width: 100%;
height: 30px;
background-color: rgb(255, 255, 255);
}
.scroller-horizontal-dragger {
background-color: rgb(255, 126, 126);
width: 30px;
height: 100%;
}
.scroller-vertical {
width: 30px;
height: 100%;
background-color: rgb(255, 255, 255);
}
.scroller-vertical-dragger {
background-color: rgb(255, 126, 126);
width: 100%;
height: 30px;
}