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.

120 lines
3.0 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:#18181a;
  9. background-color:#393d4e;
  10. background-image:url(../images/access/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 14px 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/access/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/access/button/s-arrow-o.gif);
  28. }
  29. .x-toolbar .x-btn-mc em.x-btn-split-bottom {
  30. background-image:url(../images/access/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/access/button/s-arrow-bo.gif);
  36. }
  37. .x-toolbar .xtb-sep {
  38. background-image: url(../images/access/grid/grid-blue-split.gif);
  39. }
  40. .x-toolbar .x-btn {
  41. padding-left:3px;
  42. padding-right:3px;
  43. }
  44. .x-toolbar .x-btn-mc em.x-btn-arrow {
  45. padding-right:10px;
  46. }
  47. .x-toolbar .x-btn-text-icon .x-btn-icon-small-left .x-btn-text {
  48. padding-left:18px !important;
  49. }
  50. .x-toolbar .x-btn-mc em.x-btn-split {
  51. padding-right:14px;
  52. }
  53. .x-tbar-page-first{
  54. background-image: url(../images/access/grid/page-first.gif) !important;
  55. }
  56. .x-tbar-loading{
  57. background-image: url(../images/access/grid/refresh.gif) !important;
  58. }
  59. .x-tbar-page-last{
  60. background-image: url(../images/access/grid/page-last.gif) !important;
  61. }
  62. .x-tbar-page-next{
  63. background-image: url(../images/access/grid/page-next.gif) !important;
  64. }
  65. .x-tbar-page-prev{
  66. background-image: url(../images/access/grid/page-prev.gif) !important;
  67. }
  68. .x-item-disabled .x-tbar-loading{
  69. background-image: url(../images/access/grid/loading.gif) !important;
  70. }
  71. .x-item-disabled .x-tbar-page-first{
  72. background-image: url(../images/access/grid/page-first-disabled.gif) !important;
  73. }
  74. .x-item-disabled .x-tbar-page-last{
  75. background-image: url(../images/access/grid/page-last-disabled.gif) !important;
  76. }
  77. .x-item-disabled .x-tbar-page-next{
  78. background-image: url(../images/access/grid/page-next-disabled.gif) !important;
  79. }
  80. .x-item-disabled .x-tbar-page-prev{
  81. background-image: url(../images/access/grid/page-prev-disabled.gif) !important;
  82. }
  83. .x-paging-info {
  84. color:#444;
  85. }
  86. .x-toolbar-more-icon {
  87. background-image: url(../images/access/toolbar/more.gif) !important;
  88. }
  89. .x-statusbar .x-status-busy {
  90. background-image: url(../images/access/grid/loading.gif);
  91. }
  92. .x-statusbar .x-status-text-panel {
  93. border-color: #99bbe8 #fff #fff #99bbe8;
  94. }