/*
 _______________________________________________________________________
|                  |                                                    |
|          Title:  |  Firefox 3 Tab Fix for KDE3                        |
|    Description:  |  Fixes strange display of active tab when using    |
|                  |  TabMixPlus on KDE3 and using multiple tab rows    |
|         Author:  |  Izzy                                              |
|   Date Created:  |  July 31, 2008                                     |
|   Last Updated:  |  July 31, 2008                                     |
|        Version:  |  1.0.0.0                                           |
|__________________|____________________________________________________|

*/

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

tab:not([selected="true"]) {
  -moz-opacity: 1 !important;
}

tab[selected="true"] {
  -moz-opacity: 0.99 !important;
}