tor-browser

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

sidebar-history.css (927B)


      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 https://mozilla.org/MPL/2.0/. */
      4 
      5 .options-container {
      6  display: flex;
      7  width: 100%;
      8  align-items: center;
      9 }
     10 
     11 moz-input-search {
     12  flex: 1;
     13 }
     14 
     15 .menu-button::part(button) {
     16  margin-inline-start: var(--space-small);
     17 }
     18 
     19 .nested-card {
     20  --card-accordion-closed-icon: url("chrome://global/skin/icons/arrow-right.svg");
     21  --card-accordion-open-icon: url("chrome://global/skin/icons/arrow-down.svg");
     22  background-color: transparent;
     23  border: none;
     24  margin-block-start: var(--space-xsmall);
     25 
     26  &::part(heading) {
     27    font-weight: var(--font-weight);
     28  }
     29 
     30  &::part(moz-card-heading-wrapper) {
     31    padding-inline: var(--space-xsmall);
     32  }
     33 
     34  &::part(summary) {
     35    border-radius: var(--border-radius-medium);
     36    padding-block: var(--space-xsmall);
     37  }
     38 }