tor-browser

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

1729435_milkbarstore.com-fix-cart-quantity-counts.css (721B)


      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 * milkbarstore.com - cart quantities are not displayed properly
      7 * Bug #1729435 - https://bugzilla.mozilla.org/show_bug.cgi?id=1729435
      8 *
      9 * The site is using non-standard CSS incorrectly, which leads to the
     10 * product quantities in their carts being obscured. We can fix it.
     11 */
     12 #cart-main .scroll-pane .items .quantity-wrapper input[name="quantity"] {
     13  height: 35px;
     14  border: 0;
     15  text-align: center;
     16  width: 45px;
     17  appearance: textfield;
     18  font-family: "Garnett Bold", sans-serif;
     19  font-weight: 700;
     20 }