Warn if configure gives invalid library dep info
[asterisk-bristuff.git] / static-http / astman.css
blobfbf2b2cf9cff7028bb9125817c47d4063b83a8ad
1 .chanlist {
2 border : 1px solid #1f669b;
3 height : 150px;
4 overflow : auto;
5 background-color : #f1f1f1;
6 width : 600;
9 .chantable {
10 border : 0px;
11 background-color : #f1f1f1;
12 width : 100%;
15 .labels {
16 background-color : #000000;
17 color : #ffffff;
20 .chanlisteven {
21 background-color : #fff8e4;
24 .chanlistodd {
25 background-color : #f0f5ff;
28 .chanlistselected {
29 background-color : #ffb13d;
32 .light {
33 color : #717171;