menu.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. /*
  2. * Ext JS Library 2.0.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:0;
  56. top:-5px;
  57. width:0;
  58. height:0;
  59. line-height:1px;
  60. }
  61. .x-menu a.x-menu-item {
  62. display:block;
  63. line-height:16px;
  64. padding:3px 21px 3px 3px;
  65. white-space: nowrap;
  66. text-decoration:none;
  67. color:#222;
  68. -moz-outline: 0 none;
  69. outline: 0 none;
  70. cursor:pointer;
  71. }
  72. .x-menu-item-active {
  73. background: #ebf3fd url(../images/default/menu/item-over.gif) repeat-x left bottom;
  74. border:1px solid #aaccf6;
  75. padding: 0;
  76. }
  77. .x-menu-item-active a.x-menu-item {
  78. color: #233d6d;
  79. }
  80. .x-menu-item-icon {
  81. border: 0 none;
  82. height: 16px;
  83. padding: 0;
  84. vertical-align: top;
  85. width: 16px;
  86. margin: 0 8px 0 0;
  87. background-position:center;
  88. }
  89. .x-menu-check-item .x-menu-item-icon{
  90. background: transparent url(../images/default/menu/unchecked.gif) no-repeat center;
  91. }
  92. .x-menu-item-checked .x-menu-item-icon{
  93. background-image:url(../images/default/menu/checked.gif);
  94. }
  95. .x-menu-group-item .x-menu-item-icon{
  96. background: transparent;
  97. }
  98. .x-menu-item-checked .x-menu-group-item .x-menu-item-icon{
  99. background: transparent url(../images/default/menu/group-checked.gif) no-repeat center;
  100. }
  101. .x-menu-plain {
  102. background:#fff !important;
  103. }
  104. .x-menu-date-item{
  105. padding:0;
  106. }
  107. .x-menu .x-color-palette, .x-menu .x-date-picker{
  108. margin-left: 26px;
  109. margin-right:4px;
  110. }
  111. .x-menu .x-date-picker{
  112. border:1px solid #a3bad9;
  113. margin-top:2px;
  114. margin-bottom:2px;
  115. }
  116. .x-menu-plain .x-color-palette, .x-menu-plain .x-date-picker{
  117. margin: 0;
  118. border: 0 none;
  119. }
  120. .x-date-menu {
  121. padding:0 !important;
  122. }
  123. .x-cycle-menu .x-menu-item-checked {
  124. border:1px dotted #a3bae9 !important;
  125. background:#DFE8F6;
  126. padding:0;
  127. }