mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
23 lines
302 B
CSS
23 lines
302 B
CSS
.statusbutton {
|
|
padding: 1px 1px;
|
|
margin: 1px;
|
|
border: 1px solid #778;
|
|
text-decoration: none;
|
|
color: black;
|
|
text-align: center;
|
|
float: left;
|
|
}
|
|
.online {
|
|
background: #00FF00;
|
|
}
|
|
.offline {
|
|
background: #FF0000;
|
|
}
|
|
.tobecoded {
|
|
background: orange;
|
|
}
|
|
.text {
|
|
float: left;
|
|
}
|
|
|