tor-browser

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

downloads.css (742B)


      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 /*** List items and similar elements in the summary ***/
      8 
      9 :root {
     10  --downloads-item-height: 5.5em;
     11  --downloads-item-font-size-factor: 0.9;
     12  --downloads-item-details-opacity: 0.6;
     13  --downloads-item-disabled-opacity: 0.6;
     14 }
     15 
     16 /*** Progress bars ***/
     17 
     18 @media (prefers-contrast) {
     19  .downloadProgress {
     20    background-color: -moz-Dialog;
     21    border: 1px solid ButtonText;
     22  }
     23 
     24  .downloadProgress::-moz-progress-bar {
     25    --download-progress-fill-color: SelectedItem;
     26  }
     27 }