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: #CCD0DD;
17 -moz-user-select: none;
22 box-sizing: border-box;
24 vertical-align: middle;
29 :-moz-handler-vulnerable-updatable .hoverBox:active,
30 :-moz-handler-vulnerable-no-update .hoverBox:active,
31 :-moz-handler-clicktoplay .hoverBox:active {
32 background-color: #CCCCCC;
35 :-moz-handler-clicktoplay .hoverBox:active .msgTapToPlay,
36 :-moz-handler-clicktoplay .hoverBox:active .msgClickToPlay,
37 :-moz-handler-vulnerable-updatable .hoverBox:active .msgTapToPlay,
38 :-moz-handler-vulnerable-updatable .hoverBox:active .msgClickToPlay,
39 :-moz-handler-vulnerable-no-update .hoverBox:active .msgTapToPlay,
40 :-moz-handler-vulnerable-no-update .hoverBox:active .msgClickToPlay {
44 :-moz-handler-vulnerable-updatable .hoverBox,
45 :-moz-handler-vulnerable-no-update .hoverBox,
46 :-moz-handler-blocked .hoverBox,
47 :-moz-handler-crashed .hoverBox {
57 background-position: center;
58 background-repeat: no-repeat;
60 background-color: transparent;
61 -moz-user-focus: ignore;
65 :-moz-type-unsupported .icon,
66 :-moz-type-unsupported-platform .icon {
67 background-image: url("chrome://mozapps/skin/plugins/contentPluginMissing.png");
69 :-moz-type-unsupported .icon[installable] {
70 background-image: url("chrome://mozapps/skin/plugins/contentPluginDownload.png");
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("chrome://mozapps/skin/plugins/contentPluginClose.png");
178 background-repeat: no-repeat;
182 display: inline-block;
184 background-color: #9999CC;
187 text-decoration: none;
189 .action-link:active {
190 background-color: #666699;
193 :-moz-handler-vulnerable-updatable .action-link {
194 background-color: #CCCC60;
196 :-moz-handler-vulnerable-updatable .action-link:active {
197 background-color: #AAAA40;