/*
____________________________________________________________________________
|                  |                                                        |
|          Title:  |  Custom Bookmarks Toolbar Button Hover/Background Color|
|    Description:  |  Hovered Bookmarks will have a custom look to them     |
|   Date Created:  |  June 3, 2008                                          |
|   Last Updated:  |  June 3, 2008                                          |
|        Version:  |  1.0.0.0                                               |
|__________________|________________________________________________________|

*/


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");





/* Change the appearance of toolbar bookmark hover text: */

toolbarbutton.bookmark-item:hover .toolbarbutton-text 
{
  background-image: none !important;
  background-color: #000000 !important;
  color: #00FF00 !important;
}