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: /* Tab Modal Prompt boxes */ michael@0: tabmodalprompt { michael@0: background-image: url(chrome://global/skin/icons/tabprompts-bgtexture.png); michael@0: background-color: hsla(0,0%,10%,.5); michael@0: font-family: sans-serif; /* use content font not system UI font */ michael@0: } michael@0: michael@0: .mainContainer { michael@0: color: -moz-fieldText; michael@0: background-color: -moz-field; michael@0: border-radius: 2px; michael@0: border: 1px solid threeDDarkShadow; michael@0: } michael@0: michael@0: .topContainer { michael@0: padding: 20px; michael@0: } michael@0: michael@0: .buttonContainer { michael@0: padding: 12px 20px 15px; michael@0: background-color: hsla(0,0%,0%,.05); michael@0: border-top: 1px solid hsla(0,0%,0%,.05); michael@0: }