1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 @namespace html url(http://www.w3.org/1999/xhtml);
7 /* These styles affect only the bound element, not other page content. */
9 /* Keep any changes to these styles in sync with plugin-doorhanger.inc.css */
15 background-color: #000000;
17 -moz-user-select: none;
22 box-sizing: border-box;
24 vertical-align: middle;
28 :-moz-handler-vulnerable-updatable .hoverBox:active,
29 :-moz-handler-vulnerable-no-update .hoverBox:active,
30 :-moz-handler-clicktoplay .hoverBox:active {
31 background-color: #404000;
34 :-moz-handler-clicktoplay .hoverBox:active .msgTapToPlay,
35 :-moz-handler-clicktoplay .hoverBox:active .msgClickToPlay,
36 :-moz-handler-vulnerable-updatable .hoverBox:active .msgTapToPlay,
37 :-moz-handler-vulnerable-updatable .hoverBox:active .msgClickToPlay,
38 :-moz-handler-vulnerable-no-update .hoverBox:active .msgTapToPlay,
39 :-moz-handler-vulnerable-no-update .hoverBox:active .msgClickToPlay {
43 :-moz-handler-vulnerable-updatable .hoverBox,
44 :-moz-handler-vulnerable-no-update .hoverBox,
45 :-moz-handler-blocked .hoverBox,
46 :-moz-handler-crashed .hoverBox {
56 background-position: center;
57 background-repeat: no-repeat;
59 background-color: transparent;
60 -moz-user-focus: ignore;
64 :-moz-type-unsupported .icon,
65 :-moz-type-unsupported-platform .icon {
66 background-image: url("chrome://mozapps/skin/plugins/contentPluginMissing.png");
68 :-moz-type-unsupported .icon[installable] {
69 background-image: url("chrome://mozapps/skin/plugins/contentPluginDownload.png");
71 :-moz-handler-clicktoplay .icon,
72 :-moz-handler-vulnerable-updatable .icon,
73 :-moz-handler-vulnerable-no-update .icon {
74 background-image: url("chrome://mozapps/skin/plugins/contentPluginBlocked.png");
75 -moz-user-focus: normal;
77 :-moz-handler-blocked .icon {
78 background-image: url("chrome://mozapps/skin/plugins/contentPluginBlocked.png");
80 :-moz-handler-clicktoplay .icon {
81 background-image: url("chrome://mozapps/skin/plugins/contentPluginActivate.png");
82 -moz-user-focus: normal;
84 :-moz-handler-disabled .icon {
85 background-image: url("chrome://mozapps/skin/plugins/contentPluginDisabled.png");
87 :-moz-handler-crashed .icon {
88 background-image: url("chrome://mozapps/skin/plugins/contentPluginCrashed.png");
92 padding-left: 16px; /* width of the background image */
93 background: url("chrome://global/skin/icons/loading.gif") no-repeat;
99 text-decoration: underline;
102 @media not all and (-moz-touch-enabled) {
103 :-moz-handler-clicktoplay .msgTapToPlay {
108 @media (-moz-touch-enabled) {
109 :-moz-handler-clicktoplay .msgClickToPlay {
115 min-height: 19px; /* height of biggest line (with throbber) */
125 font-family: inherit;
137 .mainBox[chromedir="rtl"] .submitURLOptIn {
150 .mainBox[chromedir="rtl"] .submitButton {
156 display: inline-block;
159 background: url("chrome://mozapps/skin/plugins/pluginHelp-16.png") no-repeat;
164 .mainBox[chromedir="rtl"] .helpIcon {
173 -moz-margin-start: -20px;
174 -moz-margin-end: 4px;
176 background-color: transparent;
177 background-image: url("mozapps/skin/plugins/contentPluginClose.png");
178 background-repeat: no-repeat;
182 .closeIcon:hover:active {
183 background-position: -16px 0;
187 display: inline-block;
189 background-color: #C09070;
193 text-decoration: none;
195 .action-link:active {
196 background-color: #FFCF00;
199 :-moz-handler-vulnerable-updatable .action-link {
200 background-color: #a81b0c;
202 :-moz-handler-vulnerable-updatable .action-link:active {
203 background-color: #801409;