BITFALL/Assets/Artists/UX/RadialMenu.uss

37 lines
1.0 KiB
Plaintext
Raw Normal View History

2024-01-03 00:27:12 +08:00
#radialMenu-container Button {
min-width: 200px;
background-color: rgba(0, 0, 0, 0.78);
border-left-color: rgba(0, 0, 0, 0);
border-right-color: rgba(0, 0, 0, 0);
border-top-color: rgba(0, 0, 0, 0);
border-bottom-color: rgba(0, 0, 0, 0);
-unity-font-style: bold;
2024-02-21 01:40:53 +08:00
color: rgb(247, 247, 247);
2024-01-03 00:27:12 +08:00
}
#radialMenu-container Button:hover {
min-width: 200px;
2024-01-27 04:09:57 +08:00
border-left-color: rgb(255, 255, 255);
border-right-color: rgb(255, 255, 255);
border-top-color: rgb(255, 255, 255);
border-bottom-color: rgb(255, 255, 255);
2024-01-03 00:27:12 +08:00
}
#radialMenu-container Button:active {
min-width: 200px;
background-color: rgba(130, 130, 130, 0.78);
border-left-color: rgb(0, 0, 0);
border-right-color: rgb(0, 0, 0);
border-top-color: rgb(0, 0, 0);
border-bottom-color: rgb(0, 0, 0);
color: rgb(0, 0, 0);
}
2024-01-27 04:09:57 +08:00
#radialMenu-container Button:hover #icon-image {
-unity-background-image-tint-color: rgb(255, 255, 255);
}
#radialMenu-container Button:active #icon-image {
-unity-background-image-tint-color: rgb(0, 0, 0);
}