github.com/billybanfield/evergreen@v0.0.0-20170525200750-eeee692790f7/public/static/less/host.less (about) 1 .host-dropdown { 2 position: absolute; 3 top: 55px; 4 left: 20px; 5 max-width: 270px; 6 } 7 .host-button { 8 margin-right: 15px; 9 } 10 .active-host { 11 background-color: #5F923B; 12 color: white; 13 } 14 .host-info { 15 font-size: 1.2em; 16 } 17 .host-running { 18 background-color: #5cb85c; 19 } 20 .host-terminated { 21 background-color: #d9534f; 22 } 23 .host-unreachable { 24 background-color: #bfbfbe; 25 } 26 .host-starting { 27 background-color: #ffb618; 28 }