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.

35 lines
774 B

  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-progress-wrap {
  8. border-color:#18181a;
  9. }
  10. .x-progress-inner {
  11. background-color:#232d38;
  12. background-image:none;
  13. }
  14. .x-progress-bar {
  15. background-color:#f39a00;
  16. background-image:url(../images/access/progress/progress-bg.gif);
  17. border-top-color:#a66900;
  18. border-bottom-color:#a66900;
  19. border-right-color:#ffb941;
  20. height: 20px !important; /* structural override for Accessibility Theme */
  21. }
  22. .x-progress-text {
  23. font-size:14px;
  24. font-weight:bold;
  25. color:#fff;
  26. padding: 0 5px !important; /* structural override for Accessibility Theme */
  27. }
  28. .x-progress-text-back {
  29. color:#aaa;
  30. line-height: 19px;
  31. }