michael@0: #notification-popup[popupid="click-to-play-plugins"] > .panel-arrowcontainer > .panel-arrowcontent { michael@0: padding: 0px; michael@0: } michael@0: michael@0: .click-to-play-plugins-notification-center-box { michael@0: border: 1px solid ThreeDShadow; michael@0: margin: 10px; michael@0: } michael@0: michael@0: .plugin-popupnotification-centeritem:nth-child(odd) { michael@0: background-color: rgba(0,0,0,0.1); michael@0: } michael@0: michael@0: .center-item-label { michael@0: -moz-margin-start: 6px; michael@0: margin-bottom: 0; michael@0: text-overflow: ellipsis; michael@0: } michael@0: michael@0: .center-item-warning-icon { michael@0: background-image: url("chrome://mozapps/skin/extensions/alerticon-info-negative.png"); michael@0: background-repeat: no-repeat; michael@0: width: 16px; michael@0: height: 15px; michael@0: -moz-margin-start: 6px; michael@0: } michael@0: michael@0: .click-to-play-plugins-notification-button-container { michael@0: background-color: hsla(210,4%,10%,.07); michael@0: border-top: 1px solid hsla(210,4%,10%,.12); michael@0: padding: 10px; michael@0: margin-top: 5px; michael@0: } michael@0: michael@0: .click-to-play-popup-button { michael@0: width: 50%; michael@0: } michael@0: michael@0: .click-to-play-plugins-notification-description-box { michael@0: padding: 10px; michael@0: } michael@0: michael@0: .click-to-play-plugins-outer-description { michael@0: margin-top: 8px; michael@0: } michael@0: michael@0: .click-to-play-plugins-notification-link, michael@0: .center-item-link { michael@0: margin: 0; michael@0: } michael@0: michael@0: .messageImage[value="plugin-hidden"] { michael@0: list-style-image: url("chrome://browser/skin/notification-pluginNormal.png"); michael@0: -moz-image-region: rect(0, 16px, 16px, 0); michael@0: } michael@0: michael@0: /* Keep any changes to this style in sync with pluginProblem.css */ michael@0: notification.pluginVulnerable { michael@0: background-color: rgb(72,72,72); michael@0: background-image: url(chrome://mozapps/skin/plugins/contentPluginStripe.png); michael@0: color: white; michael@0: } michael@0: michael@0: notification.pluginVulnerable .messageImage { michael@0: list-style-image: url("chrome://browser/skin/notification-pluginBlocked.png"); michael@0: }