|
1 #notification-popup[popupid="click-to-play-plugins"] > .panel-arrowcontainer > .panel-arrowcontent { |
|
2 padding: 0px; |
|
3 } |
|
4 |
|
5 .click-to-play-plugins-notification-center-box { |
|
6 border: 1px solid ThreeDShadow; |
|
7 margin: 10px; |
|
8 } |
|
9 |
|
10 .plugin-popupnotification-centeritem:nth-child(odd) { |
|
11 background-color: rgba(0,0,0,0.1); |
|
12 } |
|
13 |
|
14 .center-item-label { |
|
15 -moz-margin-start: 6px; |
|
16 margin-bottom: 0; |
|
17 text-overflow: ellipsis; |
|
18 } |
|
19 |
|
20 .center-item-warning-icon { |
|
21 background-image: url("chrome://mozapps/skin/extensions/alerticon-info-negative.png"); |
|
22 background-repeat: no-repeat; |
|
23 width: 16px; |
|
24 height: 15px; |
|
25 -moz-margin-start: 6px; |
|
26 } |
|
27 |
|
28 .click-to-play-plugins-notification-button-container { |
|
29 background-color: hsla(210,4%,10%,.07); |
|
30 border-top: 1px solid hsla(210,4%,10%,.12); |
|
31 padding: 10px; |
|
32 margin-top: 5px; |
|
33 } |
|
34 |
|
35 .click-to-play-popup-button { |
|
36 width: 50%; |
|
37 } |
|
38 |
|
39 .click-to-play-plugins-notification-description-box { |
|
40 padding: 10px; |
|
41 } |
|
42 |
|
43 .click-to-play-plugins-outer-description { |
|
44 margin-top: 8px; |
|
45 } |
|
46 |
|
47 .click-to-play-plugins-notification-link, |
|
48 .center-item-link { |
|
49 margin: 0; |
|
50 } |
|
51 |
|
52 .messageImage[value="plugin-hidden"] { |
|
53 list-style-image: url("chrome://browser/skin/notification-pluginNormal.png"); |
|
54 -moz-image-region: rect(0, 16px, 16px, 0); |
|
55 } |
|
56 |
|
57 /* Keep any changes to this style in sync with pluginProblem.css */ |
|
58 notification.pluginVulnerable { |
|
59 background-color: rgb(72,72,72); |
|
60 background-image: url(chrome://mozapps/skin/plugins/contentPluginStripe.png); |
|
61 color: white; |
|
62 } |
|
63 |
|
64 notification.pluginVulnerable .messageImage { |
|
65 list-style-image: url("chrome://browser/skin/notification-pluginBlocked.png"); |
|
66 } |