PABX da Simples IP
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

34 lines
503 B

.chanlist {
border : 1px solid #1f669b;
height : 150px;
overflow : auto;
background-color : #f1f1f1;
width : 600;
}
.chantable {
border : 0px;
background-color : #f1f1f1;
width : 100%;
}
.labels {
background-color : #000000;
color : #ffffff;
}
.chanlisteven {
background-color : #fff8e4;
}
.chanlistodd {
background-color : #f0f5ff;
}
.chanlistselected {
background-color : #ffb13d;
}
.light {
color : #717171;
}