.Console { background-color: rgb(113, 113, 113); } .Console-ScrollView { background-color: rgb(87, 87, 87); } .Console-TextField { margin-left: -2px; margin-right: 0; margin-top: 8px; margin-bottom: 8px; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; } .unity-text-field__input { background-color: rgb(87, 87, 87); color: rgba(221, 221, 221, 0.94); -unity-font-style: normal; font-size: 16px; border-left-width: 0; border-right-width: 0; border-top-width: 0; border-bottom-width: 0; } ListView { background-color: rgb(87, 87, 87); color: rgba(233, 233, 233, 0.63); -unity-background-image-tint-color: rgba(233, 233, 233, 0.63); } .unity-base-dropdown__container-outer .unity-scroll-view { background-color: rgb(120, 120, 120); } .unity-text-field__input:hover { border-left-width: 0; border-right-width: 0; border-top-width: 0; border-bottom-width: 0; } #commands-container Button { margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; background-color: rgb(113, 113, 113); color: rgb(255, 255, 255); border-top-width: 0; border-right-width: 0; border-bottom-width: 0; border-left-width: 0; -unity-text-align: upper-left; } #commands-container Button:hover { color: rgb(32, 32, 32); background-color: rgb(255, 255, 255); } #commands-container Button.selected { color: rgb(32, 32, 32); background-color: rgb(255, 255, 255); } #TextField TextElement { color: rgb(255, 255, 255); }