/*
_______________________________________________________________________
|                  |                                                   |
|          Title:  |  Remove Bookmark Star from Firefox 3              |
|    Description:  |  Removes the bookmark button star from addressbar |
|         Author:  |  -=Ben=-                                          |
|   Date Created:  |  May 11, 2008                                     |
|   Last Updated:  |  May 11, 2008                                     |
|        Version:  |  1.0.0.0                                          |
|__________________|___________________________________________________|

*/


@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* Remove the Bookmark star */
#star-button 
{
  display: none !important; 
}