astman.css 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. /*
  2. * Asterisk -- An open source telephony toolkit.
  3. *
  4. * Copyright (C) 1999 - 2012, Digium, Inc.
  5. *
  6. * Mark Spencer <markster@digium.com>
  7. *
  8. * See http://www.asterisk.org for more information about
  9. * the Asterisk project. Please do not directly contact
  10. * any of the maintainers of this project for assistance;
  11. * the project provides a web site, mailing lists and IRC
  12. * channels for your use.
  13. *
  14. * This program is free software, distributed under the terms of
  15. * the GNU General Public License Version 2. See the LICENSE file
  16. * at the top of the source tree.
  17. */
  18. .chanlist {
  19. border : 1px solid #1f669b;
  20. height : 150px;
  21. overflow : auto;
  22. background-color : #f1f1f1;
  23. width : 600;
  24. }
  25. .chantable {
  26. border : 0px;
  27. background-color : #f1f1f1;
  28. width : 100%;
  29. }
  30. .labels {
  31. background-color : #000000;
  32. color : #ffffff;
  33. }
  34. .chanlisteven {
  35. background-color : #fff8e4;
  36. }
  37. .chanlistodd {
  38. background-color : #f0f5ff;
  39. }
  40. .chanlistselected {
  41. background-color : #ffb13d;
  42. }
  43. .light {
  44. color : #717171;
  45. }