/**
 * DownThemAll style for vista
 *
 * Requirements:
 * - Firefox 3.5
 * - Glasser extension 1.1.0 or later
 * - Stylish extension
 * - DownThemAll extension
 */
@-moz-document url(chrome://dta/content/dta/manager.xul) {
  .downlinks {
    -moz-appearance: -moz-win-glass !important;
    background: none !important;
    opacity: 0.99 !important;
  }

  #mainstack, 
  #mainstack toolbox, 
  toolbar#tools,
  toolbar#tools * {
    -moz-appearance: -moz-win-glass !important;
    background: none !important;
  }

  #downloads {
    background-color: white !important;
  }

  toolbar#tools toolbarbutton > .toolbarbutton-icon {
  }

  toolbar#tools toolbarbutton:hover > .toolbarbutton-text {
    text-shadow: 0 0 0.4em #bbb, 0 0 0.4em #bbb,
        0 0 0.4em #bbb !important;
  }

  toolbar#tools toolbarbutton > .toolbarbutton-text {
    text-shadow: 0 0 0.2em #bbb, 0 0 0.2em #bbb,
        0 0 0.2em #bbb !important;
  }

  toolbar#tools toolbarbutton[disabled="true"] > .toolbarbutton-text,
  toolbar#tools toolbarbutton[disabled="true"]:hover > .toolbarbutton-text {
    color: #505050 !important;
    text-shadow: 0 0 0.2em #888, 0 0 0.2em #888,
        0 0 0.2em #888 !important;
  }

}