/* This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. */ input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } input[type="number"] { -moz-appearance: textfield; } #pos-lines-box { max-height: calc(100vh - 150px); overflow-y: auto; } .payment-method-button { cursor: pointer; } #receiptframe { height: 50vh; border: 0; }