tor-browser

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

Group.css (1050B)


      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 .frames-group,
      6 .frames-list .location {
      7  cursor: default;
      8  /*
      9   * direction:rtl is set in Frames.css to overflow the location text from the
     10   * start. Here we need to reset it in order to display the framework icon
     11   * after the framework name.
     12   */
     13  direction: ltr;
     14 }
     15 
     16 .frames-group {
     17  padding-inline-start: 6px;
     18 }
     19 
     20 .frames-group.expanded,
     21 .frames-list .location {
     22  color: var(--theme-highlight-blue);
     23 }
     24 
     25 .frames-list {
     26  border-top: 1px solid var(--theme-splitter-color);
     27  border-bottom: 1px solid var(--theme-splitter-color);
     28 }
     29 
     30 .frames-list div[role="option"].frame {
     31  padding-inline-start: 15px;
     32 }
     33 
     34 .frames-group .badge {
     35  color: var(--theme-highlight-blue);
     36 }
     37 
     38 .frames-group .dbg-img.dbg-img-arrow {
     39  margin-inline-start: -1px;
     40  margin-inline-end: 4px;
     41 }
     42 
     43 .frames-group .group-description {
     44  padding-inline-start: 6px;
     45 }