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: @import url("chrome://global/skin/inContentUI.css"); michael@0: michael@0: .downloadButton { michael@0: box-shadow: none; michael@0: } michael@0: michael@0: .downloadButton:not([disabled="true"]):hover:active, michael@0: .downloadButton:not([disabled]):hover:active { michael@0: background: transparent; michael@0: border: none; michael@0: box-shadow: none; michael@0: } michael@0: michael@0: #downloadsListEmptyDescription { michael@0: margin: 1em; michael@0: text-align: center; michael@0: color: GrayText; michael@0: }