update both themes for toolkit windows theme changes in Mozilla 23 cycle
authorRobert Kaiser <robert@widebook.box.kairo.at>
Fri, 28 Jun 2013 20:43:50 +0000 (22:43 +0200)
committerRobert Kaiser <robert@widebook.box.kairo.at>
Fri, 28 Jun 2013 20:43:50 +0000 (22:43 +0200)
EarlyBlue/global/media/TopLevelImageDocument.css
EarlyBlue/mozapps/downloads/unknownContentType.css
EarlyBlue/mozapps/extensions/newaddon.css
EarlyBlue/mozapps/plugins/pluginProblem.css
LCARStrek/browser/devtools/layoutview.css
LCARStrek/global/media/TopLevelImageDocument.css
LCARStrek/mozapps/downloads/unknownContentType.css
LCARStrek/mozapps/extensions/newaddon.css
LCARStrek/mozapps/plugins/pluginProblem.css

index 7a4dc313566e137b989c348462ffec60e27e2830..aef3a455a20322d331671fec2307f34edbf588f1 100644 (file)
     background-color: #fff;
     color: #222;
   }
-
-  .overflowing {
-    cursor: -moz-zoom-out;
-  }
-
-  .shrinkToFit {
-    cursor: -moz-zoom-in;
-  }
-
-  .completeRotation {
-    transition: transform 0.3s ease 0s;
-  }
 }
index 04e0563a39940b88b37977c1f67288dfe40da659..205b6c07524d637e12d34f5c2e1bc19c61436dde 100644 (file)
@@ -8,6 +8,8 @@
 }
 
 #contentTypeImage {
+  height: 16px;
+  width: 16px;
   margin-top: 0px;
   margin-bottom: 0px;
   -moz-margin-start: 0px;
index b2f605cd2b8ec42bdc1c84c60579e67f9ad2a8d1..7a6a41d86de07d06f2e6b193a71d1c9d8bfd2122 100644 (file)
@@ -36,6 +36,8 @@
 
 #icon {
   -moz-margin-end: 10px;
+  max-width: 64px;
+  max-height: 64px;
   list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png");
 }
 
index 08d4838ca78106b73abbbdf570781fd14fff4c71..5c29c101129c0ec0b43b3098ff14011a658e9c6c 100644 (file)
@@ -39,7 +39,7 @@ html|a {
 :-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,
index 1528eb3a57adcf35d558391e29ea1d57d37f1157..7d34c524c63f7d6ff34667292a20037c43ca8cbe 100644 (file)
@@ -3,11 +3,11 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
 .theme-dark .theme-body {
-  background: url("layout-background-grid.png"), -moz-radial-gradient(50% 70%, circle cover, #000000 0%, #000000 100%);
+  background: url("layout-background-grid.png"), radial-gradient(50% 70%, circle cover, #000000 0%, #000000 100%);
 }
 
 .theme-light .theme-body {
-  background: url("layout-background-grid.png"), -moz-radial-gradient(50% 70%, circle cover, #000000 0%, #000000 100%);
+  background: url("layout-background-grid.png"), radial-gradient(50% 70%, circle cover, #000000 0%, #000000 100%);
 }
 
 .theme-body {
index eddab9b1aa47179b2a4b7894ce8f016f9a9d0b9d..1fff0b1c607ad0ca87fa1363ccad80cbe5725b31 100644 (file)
     background-color: #FFFFFF;
     color: #221500;
   }
-
-  .overflowing {
-    cursor: -moz-zoom-out;
-  }
-
-  .shrinkToFit {
-    cursor: -moz-zoom-in;
-  }
-
-  .completeRotation {
-    transition: transform 0.3s ease 0s;
-  }
 }
index 1428a7597793a6ea54df81f950d346d41788ff53..0b1c200511566f3089d891a4f79322c0be1e714b 100644 (file)
@@ -8,6 +8,8 @@
 }
 
 #contentTypeImage {
+  height: 16px;
+  width: 16px;
   margin-top: 0px;
   margin-bottom: 0px;
   -moz-margin-start: 0px;
index d29d8b0d83f1d4625b1419431761b3b167e66bd1..9957808a41c8b6deccfdc7c434d337a6163aaf0c 100644 (file)
@@ -36,6 +36,8 @@
 
 #icon {
   -moz-margin-end: 10px;
+  max-width: 64px;
+  max-height: 64px;
   list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png");
 }
 
index 8c88d60e6dc81a1d33353c37cf63afa211f48250..379b04b857e52cee5f4e2ad9b6ff622acde96c1e 100644 (file)
@@ -39,7 +39,7 @@ html|a {
 :-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-clicktoplay .icon,