/*Partially Transparent toolbar buttons code for the HC Big and HC Bigger Buttons add-ons. http://www.accessfirefox.org/Bigger-Buttons.php 
Style by Ken Saunders - www.AccessFirefox.org*/

#nav-bar .toolbarbutton-1,
 .toolbarbutton-menubutton-button,
 .toolbarbutton-menubutton-dropmarker  {
box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.3)  !important;
-moz-appearance: none !important;
background-color: transparent !important;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 20%,  rgba(255, 255, 255, 0) 50%)  !important;
border: none !important;

} 

#nav-bar .toolbarbutton-1:hover,
 .toolbarbutton-menubutton-button:hover,
 .toolbarbutton-menubutton-dropmarker:hover  {
box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.4)  !important;
-moz-appearance: none !important;
background-color: transparent !important;
background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.5) 5%,  rgba(255, 255, 255, 0) 50%)  !important;
border: none !important;
  -moz-transition: none !important;
border: none !important;

} 

#nav-bar .toolbarbutton-1:active,
 .toolbarbutton-menubutton-button:active,
 .toolbarbutton-menubutton-dropmarker:active {
box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 1)  !important;
-moz-appearance: none !important;
background-color: transparent !important;
background-image: none !important;
border: none !important;

} 

#navigator-toolbox[iconsize=large][mode=icons] > #nav-bar #back-button:not([disabled="true"]):not([open="true"]):not(:active):hover > .toolbarbutton-icon {
box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.4)  !important;
-moz-appearance: none !important;
background-color: transparent !important;
background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.5) 5%,  rgba(255, 255, 255, 0) 50%)  !important;
border: none !important;
  -moz-transition: none !important;
border: none !important;

}
