Forked mumble-django project from https://bitbucket.org/Svedrin/mumble-django
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.

94 lines
2.3 KiB

  1. /*!
  2. * Ext JS Library 3.2.0
  3. * Copyright(c) 2006-2010 Ext JS, Inc.
  4. * licensing@extjs.com
  5. * http://www.extjs.com/license
  6. */
  7. .x-btn{
  8. font:normal 11px tahoma, verdana, helvetica;
  9. }
  10. .x-btn button{
  11. font:normal 11px arial,tahoma,verdana,helvetica;
  12. color:#333;
  13. }
  14. .x-btn em {
  15. font-style:normal;
  16. font-weight:normal;
  17. }
  18. .x-btn-tl, .x-btn-tr, .x-btn-tc, .x-btn-ml, .x-btn-mr, .x-btn-mc, .x-btn-bl, .x-btn-br, .x-btn-bc{
  19. background-image:url(../images/gray/button/btn.gif);
  20. }
  21. .x-btn-click .x-btn-text, .x-btn-menu-active .x-btn-text, .x-btn-pressed .x-btn-text{
  22. color:#000;
  23. }
  24. .x-btn-disabled *{
  25. color:gray !important;
  26. }
  27. .x-btn-mc em.x-btn-arrow {
  28. background-image:url(../images/default/button/arrow.gif);
  29. }
  30. .x-btn-mc em.x-btn-split {
  31. background-image:url(../images/default/button/s-arrow.gif);
  32. }
  33. .x-btn-over .x-btn-mc em.x-btn-split, .x-btn-click .x-btn-mc em.x-btn-split, .x-btn-menu-active .x-btn-mc em.x-btn-split, .x-btn-pressed .x-btn-mc em.x-btn-split {
  34. background-image:url(../images/gray/button/s-arrow-o.gif);
  35. }
  36. .x-btn-mc em.x-btn-arrow-bottom {
  37. background-image:url(../images/default/button/s-arrow-b-noline.gif);
  38. }
  39. .x-btn-mc em.x-btn-split-bottom {
  40. background-image:url(../images/default/button/s-arrow-b.gif);
  41. }
  42. .x-btn-over .x-btn-mc em.x-btn-split-bottom, .x-btn-click .x-btn-mc em.x-btn-split-bottom, .x-btn-menu-active .x-btn-mc em.x-btn-split-bottom, .x-btn-pressed .x-btn-mc em.x-btn-split-bottom {
  43. background-image:url(../images/gray/button/s-arrow-bo.gif);
  44. }
  45. .x-btn-group-header {
  46. color: #666;
  47. }
  48. .x-btn-group-tc {
  49. background-image: url(../images/gray/button/group-tb.gif);
  50. }
  51. .x-btn-group-tl {
  52. background-image: url(../images/gray/button/group-cs.gif);
  53. }
  54. .x-btn-group-tr {
  55. background-image: url(../images/gray/button/group-cs.gif);
  56. }
  57. .x-btn-group-bc {
  58. background-image: url(../images/gray/button/group-tb.gif);
  59. }
  60. .x-btn-group-bl {
  61. background-image: url(../images/gray/button/group-cs.gif);
  62. }
  63. .x-btn-group-br {
  64. background-image: url(../images/gray/button/group-cs.gif);
  65. }
  66. .x-btn-group-ml {
  67. background-image: url(../images/gray/button/group-lr.gif);
  68. }
  69. .x-btn-group-mr {
  70. background-image: url(../images/gray/button/group-lr.gif);
  71. }
  72. .x-btn-group-notitle .x-btn-group-tc {
  73. background-image: url(../images/gray/button/group-tb.gif);
  74. }