fbf2b2cf9cff7028bb9125817c47d4063b83a8ad
[asterisk/asterisk.git] / static-http / astman.css
1 .chanlist {
2         border           : 1px solid #1f669b;
3         height                  : 150px;
4         overflow                : auto;
5         background-color : #f1f1f1;
6         width                   : 600;
7 }
8
9 .chantable {
10         border           : 0px;
11         background-color : #f1f1f1;
12         width                   : 100%;
13 }
14
15 .labels {
16         background-color : #000000;
17         color : #ffffff;
18 }
19
20 .chanlisteven {
21         background-color : #fff8e4;
22 }
23
24 .chanlistodd {
25         background-color : #f0f5ff;
26 }       
27
28 .chanlistselected {
29         background-color : #ffb13d;
30 }
31
32 .light {
33         color : #717171;
34 }