tor-browser

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

extension-controlled.css (1227B)


      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 .extension-controlled-notification > .popup-notification-body-container > .popup-notification-body {
      6  width: 30em;
      7 }
      8 
      9 .extension-controlled-notification > .popup-notification-body-container > .popup-notification-body > hbox > vbox > .popup-notification-description {
     10  font-weight: var(--font-weight-semibold);
     11 }
     12 
     13 .extension-controlled-notification {
     14  margin-bottom: 0;
     15 }
     16 
     17 .extension-controlled-icon {
     18  height: 16px;
     19  width: 16px;
     20  vertical-align: bottom;
     21 
     22  &.alltabs-icon {
     23    background: url("chrome://global/skin/icons/arrow-down.svg");
     24    -moz-context-properties: fill;
     25    fill: currentColor;
     26 
     27    &.alltabs-icon-generic {
     28      background-image: url("chrome://browser/skin/tabs.svg");
     29    }
     30  }
     31 }
     32 
     33 /* prettier-ignore */
     34 .extension-controlled-notification > .popup-notification-body-container > .popup-notification-body > .popup-notification-bottom-content > .popup-notification-warning,
     35 .extension-controlled-notification > .popup-notification-body-container > .popup-notification-icon {
     36  display: none;
     37 }