asterisk/static-http/astman.css
Mark Spencer bfba044b5f Flesh out the remainder of the manager + http changes and create a sample application to partially
demonstrate the capability of manager over http.


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@16850 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-04-01 08:49:54 +00:00

35 lines
461 B
CSS

.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;
}