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.6 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-toolbar{
  8. border-color:#a9bfd3;
  9. background-color:#d0def0;
  10. background-image:url(../images/default/toolbar/bg.gif);
  11. }
  12. .x-toolbar td,.x-toolbar span,.x-toolbar input,.x-toolbar div,.x-toolbar select,.x-toolbar label{
  13. font:normal 11px arial,tahoma, helvetica, sans-serif;
  14. }
  15. .x-toolbar .x-item-disabled {
  16. color:gray;
  17. }
  18. .x-toolbar .x-item-disabled * {
  19. color:gray;
  20. }
  21. .x-toolbar .x-btn-mc em.x-btn-split {
  22. background-image:url(../images/default/button/s-arrow-noline.gif);
  23. }
  24. .x-toolbar .x-btn-over .x-btn-mc em.x-btn-split, .x-toolbar .x-btn-click .x-btn-mc em.x-btn-split,
  25. .x-toolbar .x-btn-menu-active .x-btn-mc em.x-btn-split, .x-toolbar .x-btn-pressed .x-btn-mc em.x-btn-split
  26. {
  27. background-image:url(../images/default/button/s-arrow-o.gif);
  28. }
  29. .x-toolbar .x-btn-mc em.x-btn-split-bottom {
  30. background-image:url(../images/default/button/s-arrow-b-noline.gif);
  31. }
  32. .x-toolbar .x-btn-over .x-btn-mc em.x-btn-split-bottom, .x-toolbar .x-btn-click .x-btn-mc em.x-btn-split-bottom,
  33. .x-toolbar .x-btn-menu-active .x-btn-mc em.x-btn-split-bottom, .x-toolbar .x-btn-pressed .x-btn-mc em.x-btn-split-bottom
  34. {
  35. background-image:url(../images/default/button/s-arrow-bo.gif);
  36. }
  37. .x-toolbar .xtb-sep {
  38. background-image: url(../images/default/grid/grid-blue-split.gif);
  39. }
  40. .x-tbar-page-first{
  41. background-image: url(../images/default/grid/page-first.gif) !important;
  42. }
  43. .x-tbar-loading{
  44. background-image: url(../images/default/grid/refresh.gif) !important;
  45. }
  46. .x-tbar-page-last{
  47. background-image: url(../images/default/grid/page-last.gif) !important;
  48. }
  49. .x-tbar-page-next{
  50. background-image: url(../images/default/grid/page-next.gif) !important;
  51. }
  52. .x-tbar-page-prev{
  53. background-image: url(../images/default/grid/page-prev.gif) !important;
  54. }
  55. .x-item-disabled .x-tbar-loading{
  56. background-image: url(../images/default/grid/loading.gif) !important;
  57. }
  58. .x-item-disabled .x-tbar-page-first{
  59. background-image: url(../images/default/grid/page-first-disabled.gif) !important;
  60. }
  61. .x-item-disabled .x-tbar-page-last{
  62. background-image: url(../images/default/grid/page-last-disabled.gif) !important;
  63. }
  64. .x-item-disabled .x-tbar-page-next{
  65. background-image: url(../images/default/grid/page-next-disabled.gif) !important;
  66. }
  67. .x-item-disabled .x-tbar-page-prev{
  68. background-image: url(../images/default/grid/page-prev-disabled.gif) !important;
  69. }
  70. .x-paging-info {
  71. color:#444;
  72. }
  73. .x-toolbar-more-icon {
  74. background-image: url(../images/default/toolbar/more.gif) !important;
  75. }