X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdownloads%2FcontentAreaDownloadsView.css;fp=LCARStrek%2Fbrowser%2Fdownloads%2FcontentAreaDownloadsView.css;h=68ae5f78888688a47be90a14bd9c12c381b89121;hb=5968ec68c9037501866a4d997203c8934f16fbad;hp=0000000000000000000000000000000000000000;hpb=7b9280260c845074b0e106d9e3e1ed28e7a87a57;p=themes.git diff --git a/LCARStrek/browser/downloads/contentAreaDownloadsView.css b/LCARStrek/browser/downloads/contentAreaDownloadsView.css new file mode 100644 index 00000000..68ae5f78 --- /dev/null +++ b/LCARStrek/browser/downloads/contentAreaDownloadsView.css @@ -0,0 +1,27 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +@import url("chrome://global/skin/inContentUI.css"); + +#contentAreaDownloadsView { + margin: 0; + padding: 0; +} + +.downloadButton { + box-shadow: none; +} + +.downloadButton:not([disabled="true"]):hover:active, +.downloadButton:not([disabled]):hover:active { + background: transparent; + border: none; + box-shadow: none; +} + +#downloadsListEmptyDescription { + margin: 1em; + text-align: center; + color: #8050B0; +}