Files
BITFALL/Assets/Artists/UX/RadialMenu.uss
CortexCore 4062e1b8e2 1
2024-01-03 00:27:12 +08:00

30 lines
866 B
Plaintext

#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;
}
#radialMenu-container Button:hover {
min-width: 200px;
background-color: rgba(255, 255, 255, 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);
}
#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);
}