1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/themes/shared/plugin-doorhanger.inc.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,66 @@ 1.4 +#notification-popup[popupid="click-to-play-plugins"] > .panel-arrowcontainer > .panel-arrowcontent { 1.5 + padding: 0px; 1.6 +} 1.7 + 1.8 +.click-to-play-plugins-notification-center-box { 1.9 + border: 1px solid ThreeDShadow; 1.10 + margin: 10px; 1.11 +} 1.12 + 1.13 +.plugin-popupnotification-centeritem:nth-child(odd) { 1.14 + background-color: rgba(0,0,0,0.1); 1.15 +} 1.16 + 1.17 +.center-item-label { 1.18 + -moz-margin-start: 6px; 1.19 + margin-bottom: 0; 1.20 + text-overflow: ellipsis; 1.21 +} 1.22 + 1.23 +.center-item-warning-icon { 1.24 + background-image: url("chrome://mozapps/skin/extensions/alerticon-info-negative.png"); 1.25 + background-repeat: no-repeat; 1.26 + width: 16px; 1.27 + height: 15px; 1.28 + -moz-margin-start: 6px; 1.29 +} 1.30 + 1.31 +.click-to-play-plugins-notification-button-container { 1.32 + background-color: hsla(210,4%,10%,.07); 1.33 + border-top: 1px solid hsla(210,4%,10%,.12); 1.34 + padding: 10px; 1.35 + margin-top: 5px; 1.36 +} 1.37 + 1.38 +.click-to-play-popup-button { 1.39 + width: 50%; 1.40 +} 1.41 + 1.42 +.click-to-play-plugins-notification-description-box { 1.43 + padding: 10px; 1.44 +} 1.45 + 1.46 +.click-to-play-plugins-outer-description { 1.47 + margin-top: 8px; 1.48 +} 1.49 + 1.50 +.click-to-play-plugins-notification-link, 1.51 +.center-item-link { 1.52 + margin: 0; 1.53 +} 1.54 + 1.55 +.messageImage[value="plugin-hidden"] { 1.56 + list-style-image: url("chrome://browser/skin/notification-pluginNormal.png"); 1.57 + -moz-image-region: rect(0, 16px, 16px, 0); 1.58 +} 1.59 + 1.60 +/* Keep any changes to this style in sync with pluginProblem.css */ 1.61 +notification.pluginVulnerable { 1.62 + background-color: rgb(72,72,72); 1.63 + background-image: url(chrome://mozapps/skin/plugins/contentPluginStripe.png); 1.64 + color: white; 1.65 +} 1.66 + 1.67 +notification.pluginVulnerable .messageImage { 1.68 + list-style-image: url("chrome://browser/skin/notification-pluginBlocked.png"); 1.69 +}