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.

29 lines
557 B

  1. /*!
  2. * Ext JS Library 3.2.1
  3. * Copyright(c) 2006-2010 Ext JS, Inc.
  4. * licensing@extjs.com
  5. * http://www.extjs.com/license
  6. */
  7. .x-tab-scroller-right-over {
  8. background-position: -18px 0;
  9. }
  10. .x-tab-tabmenu-right {
  11. border-bottom: 1px solid #8db2e3;
  12. width:18px;
  13. position:absolute;
  14. right:0;
  15. top:0;
  16. z-index:10;
  17. cursor:pointer;
  18. }
  19. .x-tab-tabmenu-over {
  20. background-position: -18px 0;
  21. }
  22. .x-tab-tabmenu-disabled {
  23. background-position: 0 0;
  24. opacity:.5;
  25. -moz-opacity:.5;
  26. filter:alpha(opacity=50);
  27. cursor:default;
  28. }