/*

_________________________________________________________________________

|                  |                                                     |

|          Title:  |  Auto Hide Delicious Toolbar Until Hovered Over      |

|    Description:  |  Delicious Bookmark Toolbar will only appear when your mouse is at top |

|         Author:  |  Lucifr http://lucifr.com   with much help from -=Ben=- and lifehacker  |

|   Date Created:  |  June 24, 2008                                       |

|   Last Updated:  |  June 24, 2008                                      |

|        Version:  |  1.0.0.0                                            |

|__________________|_____________________________________________________|

*/

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");







/* Pop-up bookmarks toolbar */

#navigator-toolbox:hover > #ybToolbar 

{

  visibility: visible !important;

}







#ybToolbar 

{

  visibility: collapse !important;

}