/*
 _______________________________________________________________________
|                  |                                                    |
|          Title:  |  Compress Download Helper Extension Button         |
|    Description:  |  Condenses inactive Download Helper menu button    |
|         Author:  |  -=Ben=-                                           |
|   Date Created:  |  June 23, 2008                                     |
|   Last Updated:  |  July 23, 2008                                     |
|        Version:  |  1.0.0.3                                           |
|__________________|____________________________________________________|

*/

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);


/* Compress Download Helper Button: */


#dwhelper-button .toolbarbutton-icon
{
  padding:0px 0px 0px 0px !important;
  margin: -5px -5px -5px -5px !important;
  height: 1em !important;
  width: 2.5em !important;
}

#dwhelper-button toolbarbutton, 
#dwhelper-toolbaritem toolbarbutton, 
#dwhelper-button toolbarbutton 
{
  -moz-appearance: none !important;
  border: none !important; 
}