/* Add these styles to your MainTeamSelectUSS.uss file or create a new one */ /* Attribute Management Section Styling */ #AttributeManagementSection { background-color: rgba(50, 50, 50, 0.8); border-color: rgba(200, 200, 200, 0.3); margin: 10px 0px; } #AttributeManagementTitle { color: rgb(255, 255, 255); -unity-text-align: upper-center; } #CreationModeLabel { color: rgb(255, 220, 100); -unity-font-style: bold; } #AvailablePointsLabel { color: rgb(100, 255, 100); -unity-font-style: bold; } #RandomizeAttributesButton { background-color: rgb(180, 80, 80); color: rgb(255, 255, 255); border-width: 1px; border-color: rgb(220, 100, 100); border-radius: 3px; } #RandomizeAttributesButton:hover { background-color: rgb(200, 100, 100); } #ResetToPointBuyButton { background-color: rgb(80, 120, 180); color: rgb(255, 255, 255); border-width: 1px; border-color: rgb(100, 140, 200); border-radius: 3px; } #ResetToPointBuyButton:hover { background-color: rgb(100, 140, 200); } #PointCostReference { color: rgba(255, 255, 255, 0.7); background-color: rgba(0, 0, 0, 0.3); padding: 5px; border-radius: 3px; -unity-text-align: upper-center; } /* Disabled stat fields when randomized */ .unity-integer-field:disabled { opacity: 0.5; } .unity-integer-field:disabled .unity-base-field__input { background-color: rgba(100, 100, 100, 0.3); color: rgba(255, 255, 255, 0.5); }