20 lines
277 B
CSS
20 lines
277 B
CSS
.live{
|
|
width: 40px;
|
|
height: 30px;
|
|
/* For text alignement */
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
line-height: 30px;
|
|
|
|
cursor: default;
|
|
font-weight: bold;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.enabled{
|
|
color: lime;
|
|
}
|
|
|
|
.disabled{
|
|
color: red;
|
|
} |