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.

142 lines
2.9 KiB

  1. /*
  2. * Ext JS Library 2.2
  3. * Copyright(c) 2006-2008, Ext JS, LLC.
  4. * licensing@extjs.com
  5. *
  6. * http://extjs.com/license
  7. */
  8. .x-menu {
  9. border: 1px solid #718bb7;
  10. z-index: 15000;
  11. zoom: 1;
  12. background: #f0f0f0 url(../images/default/menu/menu.gif) repeat-y;
  13. padding: 2px;
  14. }
  15. .x-menu a {
  16. text-decoration: none !important;
  17. }
  18. .ext-ie .x-menu {
  19. zoom:1;
  20. overflow:hidden;
  21. }
  22. .x-menu-list{
  23. background:transparent;
  24. border:0 none;
  25. }
  26. .x-menu li{
  27. line-height:100%;
  28. }
  29. .x-menu li.x-menu-sep-li{
  30. font-size:1px;
  31. line-height:1px;
  32. }
  33. .x-menu-list-item{
  34. font:normal 11px tahoma,arial, sans-serif;
  35. white-space: nowrap;
  36. -moz-user-select: none;
  37. -khtml-user-select: none;
  38. display:block;
  39. padding:1px;
  40. }
  41. .x-menu-item-arrow{
  42. background:transparent url(../images/default/menu/menu-parent.gif) no-repeat right;
  43. }
  44. .x-menu-sep {
  45. display:block;
  46. font-size:1px;
  47. line-height:1px;
  48. margin: 2px 3px;
  49. background-color:#e0e0e0;
  50. border-bottom:1px solid #fff;
  51. overflow:hidden;
  52. }
  53. .x-menu-focus {
  54. position:absolute;
  55. left:-1px;
  56. top:-1px;
  57. width:1px;
  58. height:1px;
  59. line-height:1px;
  60. font-size:1px;
  61. -moz-outline:0 none;
  62. outline:0 none;
  63. -moz-user-select: text;
  64. -khtml-user-select: text;
  65. overflow:hidden;
  66. display:block;
  67. }
  68. .x-menu a.x-menu-item {
  69. display:block;
  70. line-height:16px;
  71. padding:3px 21px 3px 3px;
  72. white-space: nowrap;
  73. text-decoration:none;
  74. color:#222;
  75. -moz-outline: 0 none;
  76. outline: 0 none;
  77. cursor:pointer;
  78. }
  79. .x-menu-item-active {
  80. background: #ebf3fd url(../images/default/menu/item-over.gif) repeat-x left bottom;
  81. border:1px solid #aaccf6;
  82. padding: 0;
  83. }
  84. .x-menu-item-active a.x-menu-item {
  85. color: #233d6d;
  86. }
  87. .x-menu-item-icon {
  88. border: 0 none;
  89. height: 16px;
  90. padding: 0;
  91. vertical-align: top;
  92. width: 16px;
  93. margin: 0 8px 0 0;
  94. background-position:center;
  95. }
  96. .x-menu-check-item .x-menu-item-icon{
  97. background: transparent url(../images/default/menu/unchecked.gif) no-repeat center;
  98. }
  99. .x-menu-item-checked .x-menu-item-icon{
  100. background-image:url(../images/default/menu/checked.gif);
  101. }
  102. .x-menu-group-item .x-menu-item-icon{
  103. background: transparent;
  104. }
  105. .x-menu-item-checked .x-menu-group-item .x-menu-item-icon{
  106. background: transparent url(../images/default/menu/group-checked.gif) no-repeat center;
  107. }
  108. .x-menu-plain {
  109. background:#fff !important;
  110. }
  111. .x-menu-date-item{
  112. padding:0;
  113. }
  114. .x-menu .x-color-palette, .x-menu .x-date-picker{
  115. margin-left: 26px;
  116. margin-right:4px;
  117. }
  118. .x-menu .x-date-picker{
  119. border:1px solid #a3bad9;
  120. margin-top:2px;
  121. margin-bottom:2px;
  122. }
  123. .x-menu-plain .x-color-palette, .x-menu-plain .x-date-picker{
  124. margin: 0;
  125. border: 0 none;
  126. }
  127. .x-date-menu {
  128. padding:0 !important;
  129. }
  130. .x-cycle-menu .x-menu-item-checked {
  131. border:1px dotted #a3bae9 !important;
  132. background:#DFE8F6;
  133. padding:0;
  134. }