michael@0: /* - This Source Code Form is subject to the terms of the Mozilla Public michael@0: - License, v. 2.0. If a copy of the MPL was not distributed with this file, michael@0: - You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: %include ../../../shared/incontentprefs/preferences.css michael@0: michael@0: menulist:not([editable="true"]) > .menulist-dropmarker { michael@0: display: -moz-box; michael@0: margin-top: 1px; michael@0: margin-bottom: 1px; michael@0: } michael@0: michael@0: checkbox:hover::before, michael@0: checkbox[checked]::before { michael@0: -moz-margin-end: -20px; michael@0: -moz-margin-start: 5px; michael@0: } michael@0: michael@0: radio:hover::before, michael@0: radio[selected]::before { michael@0: -moz-margin-end: -18px; michael@0: -moz-margin-start: 7px; michael@0: } michael@0: michael@0: .numberbox-input-box { michael@0: -moz-appearance: none; michael@0: border-width: 0; michael@0: } michael@0: michael@0: spinbuttons { michael@0: -moz-appearance: none; michael@0: } michael@0: michael@0: .spinbuttons-up { michael@0: margin-top: 0 !important; michael@0: border-radius: 4px 4px 0 0; michael@0: } michael@0: michael@0: .spinbuttons-down { michael@0: margin-bottom: 0 !important; michael@0: border-radius: 0 0 4px 4px; michael@0: } michael@0: michael@0: .spinbuttons-button > .button-box { michael@0: -moz-padding-start: 2px !important; michael@0: -moz-padding-end: 3px !important; michael@0: } michael@0: michael@0: .spinbuttons-button > .button-box > .button-text { michael@0: display: none; michael@0: } michael@0: michael@0: .actionsMenu > .menulist-label-box > .menulist-icon { michael@0: margin-top: 2px; michael@0: -moz-margin-start: 2px; michael@0: -moz-margin-end: 8px !important; michael@0: } michael@0: michael@0: description { michael@0: font-size: 1.25rem; michael@0: line-height: 22px; michael@0: }