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