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 michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: #handlersView > richlistitem { michael@0: -moz-binding: url("chrome://browser/content/preferences/handlers.xml#handler"); michael@0: } michael@0: michael@0: #handlersView > richlistitem[selected="true"] { michael@0: -moz-binding: url("chrome://browser/content/preferences/handlers.xml#handler-selected"); michael@0: } michael@0: michael@0: /** michael@0: * Make the icons appear. michael@0: * Note: we display the icon box for every item whether or not it has an icon michael@0: * so the labels of all the items align vertically. michael@0: */ michael@0: .actionsMenu > menupopup > menuitem > .menu-iconic-left { michael@0: display: -moz-box; michael@0: min-width: 16px; michael@0: } michael@0: michael@0: listitem.offlineapp { michael@0: -moz-binding: url("chrome://browser/content/preferences/handlers.xml#offlineapp"); michael@0: }