TabScrollerMenu.css 551 B

123456789101112131415161718192021222324252627282930313233343536
  1. .x-tab-tabmenu-right {
  2. margin-top: 0.5px;
  3. background: transparent url('../images/tab-scroller-menu.png') no-repeat
  4. 0 0;
  5. width: 18px;
  6. height: 20px;
  7. cursor: pointer;
  8. zoom: 1;
  9. z-index: 6;
  10. float: right
  11. }
  12. .x-tab-tabmenu-over {
  13. background-position: -18px 0
  14. }
  15. .x-tab-tabmenu-disabled {
  16. background-position: 0 0;
  17. opacity: .5;
  18. -moz-opacity: .5;
  19. filter: alpha(opacity = 50);
  20. cursor: default
  21. }
  22. .x-tab-filter {
  23. padding: 1px
  24. }
  25. .x-tab-filter-empty {
  26. color: #aaa;
  27. font-style: italic
  28. }
  29. .icon-add {
  30. background-image: url(../images/add16.gif)
  31. }