tor-browser

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

customkeys.css (494B)


      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 file,
      3 * You can obtain one at http://mozilla.org/MPL/2.0/. */
      4 
      5 th {
      6  text-align: start;
      7 }
      8 
      9 .clear {
     10  display: none;
     11 }
     12 .assigned .clear {
     13  display: revert;
     14 }
     15 
     16 .reset {
     17  display: none;
     18 }
     19 .customized .reset {
     20  display: revert;
     21 }
     22 
     23 .newLabel {
     24  display: none;
     25 }
     26 
     27 .editing {
     28  .change {
     29    display: none;
     30  }
     31  .newLabel {
     32    display: revert;
     33  }
     34 }