/* Tab bar - appearance tweak by PlastikManiac */
/* For Firefox 3.x */
/* Will work with any theme that features tabs that appear to merge with the bar. */

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* force show tab-bottom */

.tabs-bottom {
  display: -moz-box !important;
  -moz-appearance: none !important;
  height: 3px !important;
  background: url("chrome://browser/skin/tabbrowser/tabstrip-bottom.png") !important;
  -moz-border-top-colors: rgba(0, 0, 0, 0.2) rgba(255, 255, 255, 0.5) !important;
  -moz-border-bottom-colors: rgba(0, 0, 0, 0.3) rgba(255, 255, 255, 0.5) !important;
  border-left: none !important;
}

.tabbrowser-tab[selected="true"] {
   opacity: 0.9 !important;
  -moz-box-shadow: rgba(128, 128, 128, 0.8) 0px 24px 8px -4px !important;
}

/* fix non-selected tab alignment and borders */

.tabs-container[overflow="true"],
.tabs-newtab-button,
.tabbrowser-tab
{
   opacity: 0.95 !important;
   background: none !important;
   padding-left: 2px !important;
}

/*.tabbrowser-tab:not([selected="true"]),*/
.tabbrowser-arrowscrollbox > .scrollbutton-up,
.tabbrowser-arrowscrollbox > .scrollbutton-down {
  margin-top: 5px !important;
  padding-top: 2px !important;
  border: 1px solid !important;
  border-bottom: 0px solid !important;
  opacity: 0.5 !important;
  -moz-border-top-colors: rgba(0, 0, 0, 0.3) rgba(255, 255, 255, 0.8) !important;
  -moz-border-right-colors: rgba(0, 0, 0, 0.4) rgba(255, 255, 255, 0.3) !important;
  -moz-border-left-colors: rgba(0, 0, 0, 0.4) rgba(255, 255, 255, 0.3) !important;
  -moz-border-bottom-colors: rgba(0, 0, 0, 0.4) !important;
}