/* AGENT_SHEET */
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* MENU BAR */
#toolbar-menubar:not(:hover) {
opacity: 0.5 !important;
}
/* TOOLBAR BUTTONS */
#navigator-toolbox:not(:hover) toolbarbutton {
opacity: 0.5 !important;
}
/* LOCATION/SEARCH BAR */
#urlbar:not([focused="true"]):not(:hover),
#searchbar:not([focused="true"]):not(:hover) {
opacity: 0.5 !important;
}
/* BOOKMARKS BAR */
#navigator-toolbox:not(:hover) .toolbarbutton-text,
#navigator-toolbox:not(:hover) .toolbarbutton-menu-dropmarker {
opacity: 0.5 !important;
}
/* TABS */
.tabbrowser-strip:not(:hover) .tab-text,
.tabbrowser-strip:not(:hover) .tabs-newtab-button {
opacity: 0.5 !important;
}
.tabbrowser-tab:not(:hover) .tab-icon-image {
opacity: 0.0 !important;
}
/* STATUS BAR */
#status-bar:not(:hover) statusbarpanel:not(#statusbar-progresspanel),
#status-bar:not(:hover) #statusbar-display[label="Done"],
#status-bar:not(:hover) #statusbar-display[label="Stopped"] {
opacity: 0.5;
}
#statusbar-display:not([label="Done"]):not([label="Stopped"]) {
opacity: 1.0 !important;
}
/* SCROLLBARS */
scrollbar[orient="vertical"]:not(:hover),
scrollbar[orient="horizontal"]:not(:hover) {
opacity: 0.5 !important;
}