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.

32 lines
619 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:#8E8E8E;
  9. }
  10. .x-progress-inner {
  11. background-color:#E7E7E7;
  12. background-image:url(../images/gray/qtip/bg.gif);
  13. }
  14. .x-progress-bar {
  15. background-color:#BCBCBC;
  16. background-image:url(../images/gray/progress/progress-bg.gif);
  17. border-top-color:#E2E2E2;
  18. border-bottom-color:#A4A4A4;
  19. border-right-color:#A4A4A4;
  20. }
  21. .x-progress-text {
  22. font-size:11px;
  23. font-weight:bold;
  24. color:#fff;
  25. }
  26. .x-progress-text-back {
  27. color:#5F5F5F;
  28. }