michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: %include downloads.css michael@0: michael@0: @media (-moz-windows-compositor) { michael@0: #downloadManager { michael@0: -moz-appearance: -moz-win-glass; michael@0: background: transparent; michael@0: } michael@0: michael@0: #downloadView { michael@0: /* Clamp glass bounds to the rich list so our glass haze stays constant. */ michael@0: -moz-appearance: -moz-win-exclude-glass; michael@0: border: none; michael@0: } michael@0: michael@0: windowdragbox { michael@0: -moz-binding: url("chrome://global/content/bindings/general.xml#windowdragbox"); michael@0: } michael@0: michael@0: #clearListButton { michael@0: -moz-margin-start: 0; michael@0: margin-bottom: 0; michael@0: } michael@0: michael@0: #searchbox { michael@0: -moz-margin-end: 0; michael@0: margin-bottom: 0; michael@0: } michael@0: }