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