@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

@-moz-document url("chrome://browser/content/browser.xul") {

#navigator-toolbox > toolbar, #status-bar {
-moz-appearance: none !important;
background: -moz-linear-gradient(top, rgba(255, 255, 215, 0.5), rgba(255, 255, 215, 0.25), transparent), rgb(255, 239, 91) !important;
border: 2px groove rgb(255, 239, 91);
}

#status-bar {
border: 2px groove rgb(255, 239, 91) !important;
}

#tt-statusbar-toolbar1 {
border-right: 2px groove rgb(255, 239, 91) !important;
}

.tabbrowser-strip {
-moz-appearance: none !important;
background: -moz-linear-gradient(bottom, rgba(255, 255, 215, 0.5), rgba(255, 255, 215, 0.25), transparent), rgb(255, 239, 91) !important;
border: 2px groove rgb(255, 239, 91);
border-top: none !important;
border-bottom: none !important;
}

statusbarpanel {
-moz-appearance: none !important;
}

}

@-moz-document url("chrome://mozapps/content/extensions/extensions.xul") {

#topBar label {
visibility: collapse !important;
}

#topBar:after {
position: absolute !important;
right: 0 !important;
content: "g3" !important;
font-size: 22px !important;
margin: 4px !important;
padding: 4px !important;
padding-left: 6px !important;
padding-right: 6px !important;
font-family: "Liberation Sans" !important;
background: -moz-linear-gradient(top, rgba(255, 255, 215, 0.5), rgba(255, 255, 215, 0.25), transparent), rgb(255, 239, 91) !important;
-moz-border-radius: 8px !important;
border: 2px groove rgb(255, 239, 91);
}

*[selected] {
background: -moz-linear-gradient(top, rgba(255, 255, 215, 0.5), rgba(255, 255, 215, 0.25), transparent), rgb(255, 239, 91) !important;
color: black !important;
}

}