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: #select .addon { michael@0: -moz-binding: url("chrome://mozapps/content/extensions/selectAddons.xml#addon-select"); michael@0: } michael@0: michael@0: #confirm .addon { michael@0: -moz-binding: url("chrome://mozapps/content/extensions/selectAddons.xml#addon-confirm"); michael@0: } michael@0: michael@0: #select-scrollbox, michael@0: #confirm-scrollbox { michael@0: overflow-y: auto; michael@0: -moz-box-orient: vertical; michael@0: } michael@0: michael@0: .addon:not([optionalupdate]) .addon-action-update, michael@0: .addon[optionalupdate] .addon-action-message { michael@0: display: none; michael@0: }