/*
 _______________________________________________________________________
|                  |                                                    |
|          Title:  |  Firefox 3 Adjustments for TabMixPlus              |
|    Description:  |  Some enhancements for TabMixPlus:                 |
|                  |  - nicer progress bar on tabs                      |
|                  |  - background color for selected tab               |
|         Author:  |  Izzy                                              |
|   Date Created:  |  August 1, 2008                                    |
|   Last Updated:  |  August 1, 2008                                    |
|        Version:  |  1.0.0.1                                           |
|__________________|____________________________________________________|

*/

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* Progress Bar */
tab .tab-progress{
  -moz-appearance: none !important;
  background-color: transparent !important;
}
tab .progress-bar{
  -moz-border-radius: 3px !important;
  margin-top: 3px !important;
  margin-bottom:  3px !important;
  -moz-appearance: none !important;
}

/* Background for active tab */
.tabbrowser-tab[selected="true"] > hbox,
.tabbrowser-tab[selected="true"] > .tab-close-button {
  background-color: #fff !important;
}
