/* Simpler FOX 

By bogas04 (bogas04.deviantart.com) */


/* Hide the tab list button */
.tabbrowser-strip *[class^="tabs-alltabs"] { display: none !important; }


/* Remove the Bookmark star */
#star-button 
{  display: none !important; }

/* Remove live feed icon in Address url toolbar */
#feed-button 
{ display: none !important; }

/* Combine Stop and Reload (Reload should be @ right) */
#stop-button[disabled="true"] { display:none; } 
#stop-button:not([disabled]) + #reload-button { display:none; }
