tor-browser

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

aboutTabCrashed.css (752B)


      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 #reportSent {
      6  font-weight: var(--font-weight-bold);
      7 }
      8 
      9 #reportBox {
     10  background-color: var(--background-color-box-info);
     11  margin: 24px 0;
     12  padding: 14px;
     13  border: 1px solid var(--border-color);
     14  border-radius: var(--border-radius-xsmall);
     15 }
     16 
     17 #reportBox > h2:first-child {
     18  margin-top: 0;
     19 }
     20 
     21 input[type="text"],
     22 textarea {
     23  width: 100%;
     24  box-sizing: border-box;
     25  resize: none;
     26 }
     27 
     28 input[type="text"] {
     29  margin-inline-start: 0;
     30 }
     31 
     32 #options {
     33  list-style: none;
     34  margin-inline-start: 0;
     35 }
     36 
     37 #options > li,
     38 #email {
     39  margin-top: 11px;
     40 }