tor-browser

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

bug1644830-missingmail.usps.com-checkboxes-not-visible.css (707B)


      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 /**
      6 * missingmail.usps.com - Unable to mark the check-boxes from "Disclaimer and
      7 * Terms and Conditions" section
      8 * Bug #1644830 - https://bugzilla.mozilla.org/show_bug.cgi?id=1644830
      9 * WebCompat issue #53950 - https://webcompat.com/issues/53950
     10 *
     11 * missingmail.usps.com runs into a case of bug 997189, where an absolutely
     12 * positioned inline-block element with floating siblings is shifter to the
     13 * right, and thus invisible.
     14 */
     15 .mrc-custom-checkbox-container input {
     16  margin-left: -3rem;
     17 }