update both themes for toolkit windows theme changes in Mozilla 24 cycle
[themes.git] / EarlyBlue / mozapps / plugins / pluginProblem.css
index 7067e3991dc5af73d753eee24617301a598c30a6..adfd81e386d8bea7c62ff98bf1eb15573ddadc48 100644 (file)
@@ -1,16 +1,40 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
 @namespace html url(http://www.w3.org/1999/xhtml);
 
 /* These styles affect only the bound element, not other page content. */
 
 .mainBox {
   text-align: center;
+  display: table;
+  width: 100%;
+  height: 100%;
   background-color: #CCD0DD;
   color: #000000;
-  border-radius: 12px;
-  /* recessed effect with 'disabled' shadow */
-  box-shadow: inset 0 1px 5px #808080;
-  padding: 5px;
   -moz-user-select: none;
+  position: relative;
+}
+
+.hoverBox {
+  display: table-cell;
+  -moz-box-sizing: border-box;
+  padding: 5px;
+  vertical-align: middle;
+  width: 100%;
+  height: 100%;
+}
+:-moz-handler-vulnerable-updatable .hoverBox:active,
+:-moz-handler-vulnerable-no-update .hoverBox:active,
+:-moz-handler-clicktoplay .hoverBox:active {
+  background-color: #CCCCCC;
+}
+
+:-moz-handler-vulnerable-updatable .hoverBox,
+:-moz-handler-vulnerable-no-update .hoverBox,
+:-moz-handler-blocked .hoverBox,
+:-moz-handler-crashed .hoverBox {
 }
 
 html|a {
@@ -18,27 +42,38 @@ html|a {
 }
 
 .icon {
-  min-width: 48px;
-  min-height: 48px;
+  width: 48px;
+  height: 48px;
   background-position: center;
   background-repeat: no-repeat;
+  border: none;
+  background-color: transparent;
+  -moz-user-focus: ignore;
+  margin-bottom: 6px;
 }
+
 :-moz-type-unsupported .icon,
 :-moz-type-unsupported-platform .icon {
   background-image: url("chrome://mozapps/skin/plugins/contentPluginMissing.png");
 }
-:-moz-type-unsupported .icon[status="ready"] {
+:-moz-type-unsupported .icon[installable] {
   background-image: url("chrome://mozapps/skin/plugins/contentPluginDownload.png");
 }
+:-moz-handler-vulnerable-updatable .icon,
+:-moz-handler-vulnerable-no-update .icon {
+  background-image: url("chrome://mozapps/skin/plugins/contentPluginBlocked.png");
+  -moz-user-focus: normal;
+}
+:-moz-handler-blocked .icon {
+  background-image: url("chrome://mozapps/skin/plugins/contentPluginBlocked.png");
+}
 :-moz-handler-clicktoplay .icon {
-  background-image: url("chrome://mozapps/skin/plugins/contentPluginClickToPlay.png");
+  background-image: url("chrome://mozapps/skin/plugins/contentPluginActivate.png");
+  -moz-user-focus: normal;
 }
 :-moz-handler-disabled .icon {
   background-image: url("chrome://mozapps/skin/plugins/contentPluginDisabled.png");
 }
-:-moz-handler-blocked .icon {
-  background-image: url("chrome://mozapps/skin/plugins/contentPluginBlocked.png");
-}
 :-moz-handler-crashed .icon {
   background-image: url("chrome://mozapps/skin/plugins/contentPluginCrashed.png");
 }
@@ -49,16 +84,6 @@ html|a {
   margin-left: 5px;
 }
 
-.msg {
-  font-size: 12px;
-  cursor: default;
-}
-
-:-moz-handler-clicktoplay,
-.msgClickToPlay {
-  cursor: pointer;
-}
-
 @media not all and (-moz-touch-enabled) {
   :-moz-handler-clicktoplay .msgTapToPlay {
     display: none;
@@ -75,9 +100,40 @@ html|a {
   min-height: 19px; /* height of biggest line (with throbber) */
 }
 
-.msgBottomLinks {
-  padding-left: 2px;
-  padding-right: 2px;
+.submitComment {
+  width: 340px;
+  height: 70px;
+  padding: 5px;
+  border: none;
+  border-radius: 5px;
+  resize: none;
+  font-family: inherit;
+  font-size: inherit;
+}
+
+.submitURLOptInBox {
+  text-align: start;
+}
+
+.submitURLOptIn {
+  margin-left: -1px;
+}
+
+.mainBox[chromedir="rtl"] .submitURLOptIn {
+  margin-left: 0;
+  margin-right: -1px;
+}
+
+.submitButtonBox {
+  margin-top: 7px;
+}
+
+.submitButton {
+  float: right;
+}
+
+.mainBox[chromedir="rtl"] .submitButton {
+  float: left;
 }
 
 .helpIcon {
@@ -86,4 +142,47 @@ html|a {
   min-width: 16px;
   min-height: 16px;
   background: url("chrome://mozapps/skin/plugins/pluginHelp-16.png") no-repeat;
+  cursor: pointer;
+  float: left;
+}
+
+.mainBox[chromedir="rtl"] .helpIcon {
+  float: right;
+}
+
+.closeIcon {
+  display: block;
+  position: absolute;
+  width: 16px;
+  height: 16px;
+  top: 4px;
+  right: 4px;
+  border: none;
+  background-color: transparent;
+  background-image: url("chrome://mozapps/skin/plugins/contentPluginClose.png");
+  background-repeat: no-repeat;
+}
+
+.mainBox[chromedir="rtl"] .closeIcon {
+  right: auto;
+  left: 4px;
+}
+
+.action-link {
+  display: inline-block;
+  border-radius: 10px;
+  background-color: #9999CC;
+  padding: 2px 8px;
+  margin-top: 7px;
+  text-decoration: none;
+}
+.action-link:active {
+  background-color: #666699;
+}
+
+:-moz-handler-vulnerable-updatable .action-link {
+  background-color: #CCCC60;
+}
+:-moz-handler-vulnerable-updatable .action-link:active {
+  background-color: #AAAA40;
 }