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.

31 lines
624 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:#6593cf;
  9. }
  10. .x-progress-inner {
  11. background-color:#e0e8f3;
  12. background-image:url(../images/default/qtip/bg.gif);
  13. }
  14. .x-progress-bar {
  15. background-color:#9cbfee;
  16. background-image:url(../images/default/progress/progress-bg.gif);
  17. border-top-color:#d1e4fd;
  18. border-bottom-color:#7fa9e4;
  19. border-right-color:#7fa9e4;
  20. }
  21. .x-progress-text {
  22. font-size:11px;
  23. font-weight:bold;
  24. color:#fff;
  25. }
  26. .x-progress-text-back {
  27. color:#396095;
  28. }