/*
 ___________________________________________________________________________
|                  |                                                        |
|          Title:  |  Add to Bookmarks - Transparent Popup                  |
|    Description:  |  When adding a new bookmark, the popup will be see-thru|
|         Author:  |  -=Ben=-                                               |
|   Date Created:  |  August 13, 2008                                       |
|   Date Updated:  |  November 24, 2008                                     |
|        Version:  |  1.0.0.1                                               |
|__________________|________________________________________________________|

*/



@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);


/* Transparency when not hovered (Regular) */
#editBookmarkPanel
{
  opacity: .7 !important;
  -moz-border-radius: 0px 0px 9px 9px !important;
}

/* Transparency when hovered mouse over popup */
#editBookmarkPanel:hover
{
  opacity: .94 !important;
}