Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
1 #notification-popup[popupid="click-to-play-plugins"] > .panel-arrowcontainer > .panel-arrowcontent {
2 padding: 0px;
3 }
5 .click-to-play-plugins-notification-center-box {
6 border: 1px solid ThreeDShadow;
7 margin: 10px;
8 }
10 .plugin-popupnotification-centeritem:nth-child(odd) {
11 background-color: rgba(0,0,0,0.1);
12 }
14 .center-item-label {
15 -moz-margin-start: 6px;
16 margin-bottom: 0;
17 text-overflow: ellipsis;
18 }
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 }
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 }
35 .click-to-play-popup-button {
36 width: 50%;
37 }
39 .click-to-play-plugins-notification-description-box {
40 padding: 10px;
41 }
43 .click-to-play-plugins-outer-description {
44 margin-top: 8px;
45 }
47 .click-to-play-plugins-notification-link,
48 .center-item-link {
49 margin: 0;
50 }
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 }
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 }
64 notification.pluginVulnerable .messageImage {
65 list-style-image: url("chrome://browser/skin/notification-pluginBlocked.png");
66 }