1
This commit is contained in:
@@ -7,7 +7,7 @@ ScrollView {
|
||||
--unity-metrics-single_line-height: 500px;
|
||||
}
|
||||
|
||||
ScrollView Scroller.unity-scroller{
|
||||
ScrollView Scroller.unity-scroller {
|
||||
width: 8;
|
||||
}
|
||||
|
||||
@@ -653,3 +653,8 @@ OnScreenButton.selected {
|
||||
transform-origin: left top;
|
||||
scale: 0.8 0.8;
|
||||
}
|
||||
|
||||
.text-overflow-warp-normal .unity-text-element {
|
||||
overflow: hidden;
|
||||
white-space: normal;
|
||||
}
|
||||
|
@@ -53,6 +53,10 @@ Slider.material {
|
||||
min-width: 128px;
|
||||
}
|
||||
|
||||
.material .selected Button {
|
||||
background-color: rgba(26, 115, 232, 0.25);
|
||||
}
|
||||
|
||||
.material Button:hover {
|
||||
background-color: rgba(26, 115, 232, 0.25);
|
||||
transition-duration: 0.32s;
|
||||
|
Reference in New Issue
Block a user