tor-browser

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

clearSiteData.css (522B)


      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 .options-container {
      6  background-color: var(--background-color-box);
      7  border: 1px solid var(--border-color);
      8  border-radius: 2px;
      9  color: var(--text-color);
     10  padding: 0.5em;
     11 }
     12 
     13 .option {
     14  padding-bottom: 8px;
     15 }
     16 
     17 .option-description {
     18  color: var(--text-color-deemphasized);
     19  margin-top: -0.5em !important;
     20 }