/*
 __________________________________________________________________________
|                  |                                                       |
|          Title:  |  Tab Scope - Hide Buttons you Can't Click             |
|    Description:  |  Only shows you the buttons that are not disabled !   |
|         Author:  |  -=Ben=-                                              |
|   Date Created:  |  July 14, 2008                                        |
|   Date Updated:  |  July 15, 2008                                        |
|        Version:  |  1.0.0.0                                              |
|__________________|_______________________________________________________|

*/


@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);


#tabscopePopup * .tabscope-back[disabled="true"],
#tabscopePopup * .tabscope-forward[disabled="true"],
#tabscopePopup * .tabscope-reload[disabled="true"],
#tabscopePopup * .tabscope-stop[disabled="true"],
#tabscopePopup * .tabscope-zoom[disabled="true"],
#tabscopePopup * .tabscope-close[disabled="true"]
{
  display: none !important;
}