/*
 ___________________________________________________________________________
|                  |                                                        |
|          Title:  |  Transparent Navigation and Bookmark Toolbar - Personas|
|    Description:  |  All Toolbar buttons will be slightly transparent      |
|         Author:  |  -=Ben=-                                               |
|   Date Created:  |  September 21, 2009                                    |
|   Date Updated:  |  September 21, 2009                                    |
|        Version:  |  1.0.0.0                                               |
|__________________|________________________________________________________|

*/@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);



/* Make all Toolbar Buttons transprent: */
toolbarbutton
{
  opacity: .7 !important;
}

/* Make all Toolbar Buttons opaque when hovered over: */
toolbarbutton:hover
{
  opacity: 1 !important;
}