@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* Changes background color and border for bookmarks toolbar */
#bookmarksBarContent {
 background: LightBlue !important;
 border: 1px solid !important;
}