tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

downloads.css (435B)


      1 /* This Source Code Form is subject to the terms of the Mozilla Public
      2 * License, v. 2.0. If a copy of the MPL was not distributed with this
      3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
      4 
      5 @import "chrome://browser/skin/downloads/downloads.inc.css";
      6 
      7 :root {
      8  --downloads-item-height: 6em;
      9  --downloads-item-font-size-factor: 0.8;
     10  --downloads-item-details-opacity: 0.7;
     11  --downloads-item-disabled-opacity: 0.7;
     12 }