hop-2012/web/ui.css

10 lines
115 B
CSS

.server_ok {
width: 100px;
background: green;
}
.server_not_ok {
width: 100px;
background: red;
}