X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdownloads%2FallDownloadsViewOverlay.css;h=d87aa7e42ea2f12626694fa9486f42ddc9122251;hp=1534b699d78c753f1318f8caacbaaba9469533e8;hb=7327c957c10aeaccf57a457a9950ac380a326f29;hpb=e184b6619b56a4a97edc2b1f31c778bfebacf421 diff --git a/LCARStrek/browser/downloads/allDownloadsViewOverlay.css b/LCARStrek/browser/downloads/allDownloadsViewOverlay.css index 1534b699..d87aa7e4 100644 --- a/LCARStrek/browser/downloads/allDownloadsViewOverlay.css +++ b/LCARStrek/browser/downloads/allDownloadsViewOverlay.css @@ -2,6 +2,11 @@ * 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/. */ +/* === BEGIN allDownloadsViewOverlay.inc.css === */ + +/*** View and outer controls ***/ + + #downloadsRichListBox { /** The default listbox appearance comes with an unwanted margin. **/ -moz-appearance: none; @@ -9,8 +14,10 @@ border: none; } +/*** List items ***/ + #downloadsRichListBox > richlistitem.download { - height: 6em; + height: var(--downloads-item-height); padding: 5px 8px; } @@ -47,6 +54,14 @@ list-style-image: url("chrome://browser/skin/downloads/buttons.png"); } +/* === END allDownloadsViewOverlay.inc.css === */ + +/*** List items ***/ + +:root { + --downloads-item-height: 6em; +} + /*** Highlighted list items ***/ richlistitem.download:not([selected]):hover {