/* 
Small toolbar for Classic 
Works with Mozilla 0.9.9

Brought to you by http://gashu.org
*/

/* Small Throbber */
#navigator-throbber {
  list-style-image: url("chrome://communicator/skin/brand/throbber16-single.gif") !important;
}

#navigator-throbber[busy="true"] {
  list-style-image: url("chrome://communicator/skin/brand/throbber16-anim.gif") !important;
}

/* Hide Toolbar Text Label */
.toolbarbutton-1>.toolbarbutton-text,
.toolbarbutton-menubutton-button > .toolbarbutton-text {
  display: none !important; 
} 

.toolbarbutton-1,
.toolbarbutton-menubutton-button {
  min-width: 0 !important;
}

#nav-bar > #nav-bar-inner {
  margin: 0 !important;
}
