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: 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: -19px; michael@0: -moz-margin-start: 4px; michael@0: } michael@0: michael@0: radio { michael@0: -moz-binding: url("chrome://global/content/bindings/radio.xml#radio"); michael@0: -moz-margin-start: 0; michael@0: } michael@0: michael@0: radio:hover::before, michael@0: radio[selected]::before { michael@0: -moz-margin-end: -17px; michael@0: -moz-margin-start: 6px; michael@0: } michael@0: michael@0: .actionsMenu > .menulist-label-box > .menulist-icon { michael@0: -moz-margin-end: 9px; michael@0: }