update both themes to the state of SeaMonkey 2.3 and Firefox 6
authorRobert Kaiser <kairo@kairo.at>
Mon, 22 Aug 2011 02:44:31 +0000 (04:44 +0200)
committerRobert Kaiser <kairo@kairo.at>
Mon, 22 Aug 2011 02:44:31 +0000 (04:44 +0200)
17 files changed:
EarlyBlue/communicator/bookmarks/editBookmarkOverlay.css
EarlyBlue/global/colorpicker.css
EarlyBlue/global/webConsole.css
EarlyBlue/install.rdf
EarlyBlue/mozapps/extensions/extensions.css
EarlyBlue/mozapps/plugins/pluginProblem.css
LCARStrek/browser/browser.css
LCARStrek/browser/places/editBookmarkOverlay.css
LCARStrek/browser/preferences/aboutPermissions.css [new file with mode: 0644]
LCARStrek/browser/sync-notification-24.png [new file with mode: 0644]
LCARStrek/browser/urlbar-arrow.png [new file with mode: 0644]
LCARStrek/communicator/bookmarks/editBookmarkOverlay.css
LCARStrek/global/webConsole.css
LCARStrek/install.rdf
LCARStrek/mozapps/extensions/extensions.css
LCARStrek/mozapps/plugins/pluginProblem.css
origdiff

index 50aa4b41c5a065d9f35488a60065fcb2a928a95d..34e3e2505de480cfff46407b1096ebc44f56f8aa 100644 (file)
   margin-bottom: 2px;
 }
 
   margin-bottom: 2px;
 }
 
-
-/**** name picker ****/
-
-/* Make the microsummary picker look like a regular textbox instead of
- * an editable menulist when no microsummaries are available.
- */
-#editBMPanel_namePicker[droppable="false"] {
-  /* These rules come from the textbox element in textbox.css. */
-  cursor: text;
-  margin: 2px 3px;
-  border: 1px inset #CCD0DD;
-  padding: 1px 0px;
-  -moz-padding-start: 2px;
-  background-color: #FFFFFF;
-  color: #000000;
-  min-height: 19px;
-}
-
-#editBMPanel_namePicker[droppable="false"] > .menulist-editable-box {
-  padding: 0;
-}
-
-#editBMPanel_namePicker[droppable="false"] > .menulist-dropmarker,
-#editBMPanel_namePicker[droppable="false"] > menupopup {
-  display: none;
-}
-
 /* Hide the value column of the tag autocomplete popup
  * leaving only the comment column visible. This is
  * so that only the tag being edited is shown in the
 /* Hide the value column of the tag autocomplete popup
  * leaving only the comment column visible. This is
  * so that only the tag being edited is shown in the
index d0d268ac7fc3669be37cff4bb91ae9f7fcec3730..cb24e7893f604d2499f6877e835514444e18215c 100644 (file)
@@ -67,20 +67,20 @@ colorpicker[type="button"][open="true"] {
 /* ::::: colorpicker tiles ::::: */
 
 .colorpickertile {
 /* ::::: colorpicker tiles ::::: */
 
 .colorpickertile {
-  width                 : 20px;
-  height                : 20px;
-  margin                : 1px;
-  border                : 1px inset #CCD0DD;
+  width: 20px;
+  height: 20px;
+  margin: 1px;
+  border: 1px inset #CCD0DD;
 }
 
 .colorpickertile[selected="true"] {
 }
 
 .colorpickertile[selected="true"] {
-  border                : 1px solid #000000;
+  border: 1px solid #000000;
 }
 
 .colorpickertile[hover="true"] {
 }
 
 .colorpickertile[hover="true"] {
-  border                : 1px solid #FFFFFF;
+  border: 1px solid #FFFFFF;
 }
 
 .cp-light[hover="true"] {
 }
 
 .cp-light[hover="true"] {
-  border                : 2px dotted #9999CC;
+  border: 2px dotted #9999CC;
 }
 }
index ade85f346288c7e4140858af7f702bd130d31d61..8ba4ff7424663e93fe2a2cb479a9184dd90b7bcd 100644 (file)
   padding: 1px 0px;
   -moz-box-align: center;
 }
   padding: 1px 0px;
   -moz-box-align: center;
 }
+
+.web-console-panel {
+  -moz-appearance: none;
+  background-color: white;
+}
+
+.web-console-panel > .hud-box {
+  height: 100%;
+  width: 100%;
+  background-color: white;
+}
index d415a836d9ac1856ec8eb58d0939da73eed57af7..7533769d0f751dd66ceffe8e4323ef101e2638c8 100644 (file)
@@ -5,13 +5,13 @@
 
   <Description about="urn:mozilla:install-manifest">
     <em:id>EarlyBlue@kairo.at</em:id>
 
   <Description about="urn:mozilla:install-manifest">
     <em:id>EarlyBlue@kairo.at</em:id>
-    <em:version>2.2</em:version>
+    <em:version>2.3</em:version>
 
     <!-- SeaMonkey -->
     <em:targetApplication>
       <Description>
         <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
 
     <!-- SeaMonkey -->
     <em:targetApplication>
       <Description>
         <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
-        <em:minVersion>2.2</em:minVersion>
+        <em:minVersion>2.3</em:minVersion>
         <em:maxVersion>2.6a1</em:maxVersion>
       </Description>
     </em:targetApplication>
         <em:maxVersion>2.6a1</em:maxVersion>
       </Description>
     </em:targetApplication>
index c97408c85fc98244f153563a3d86306f777adaa7..f650d2dc994da8db4ae9dbc25b48ee2cb556cf92 100644 (file)
   }
 }
 
   }
 }
 
+/*** global informations ***/
+#addons-page .global-info-container {
+  background-color: #9C9CFF;
+}
+
 /* Plugins aren't yet disabled by safemode (bug 342333),
    so don't show that warning when viewing plugins. */
 #addons-page[warning="safemode"] .view-pane[type="plugin"] .global-warning-container,
 /* Plugins aren't yet disabled by safemode (bug 342333),
    so don't show that warning when viewing plugins. */
 #addons-page[warning="safemode"] .view-pane[type="plugin"] .global-warning-container,
 #category-discover > .category-icon {
   list-style-image: url("chrome://mozapps/skin/extensions/category-discover.png");
 }
 #category-discover > .category-icon {
   list-style-image: url("chrome://mozapps/skin/extensions/category-discover.png");
 }
-#category-languages > .category-icon {
+#category-locale > .category-icon {
   list-style-image: url("chrome://mozapps/skin/extensions/category-languages.png");
 }
   list-style-image: url("chrome://mozapps/skin/extensions/category-languages.png");
 }
-#category-searchengines > .category-icon {
+#category-searchengine > .category-icon {
   list-style-image: url("chrome://mozapps/skin/extensions/category-searchengines.png");
 }
   list-style-image: url("chrome://mozapps/skin/extensions/category-searchengines.png");
 }
-#category-extensions > .category-icon {
+#category-extension > .category-icon {
   list-style-image: url("chrome://mozapps/skin/extensions/category-extensions.png");
 }
   list-style-image: url("chrome://mozapps/skin/extensions/category-extensions.png");
 }
-#category-themes > .category-icon {
+#category-theme > .category-icon {
   list-style-image: url("chrome://mozapps/skin/extensions/category-themes.png");
 }
   list-style-image: url("chrome://mozapps/skin/extensions/category-themes.png");
 }
-#category-plugins > .category-icon {
+#category-plugin > .category-icon {
   list-style-image: url("chrome://mozapps/skin/extensions/category-plugins.png");
 }
 #category-availableUpdates > .category-icon {
   list-style-image: url("chrome://mozapps/skin/extensions/category-plugins.png");
 }
 #category-availableUpdates > .category-icon {
index e0b6f2ad0905a220a02e7d3c2a9665176714c52e..1ecac655110b772d4f51d24b98d8723c6187125d 100644 (file)
@@ -3,14 +3,14 @@
 /* These styles affect only the bound element, not other page content. */
 
 .mainBox {
 /* These styles affect only the bound element, not other page content. */
 
 .mainBox {
-    text-align: center;
-    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;
+  text-align: center;
+  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;
 }
 
 html|a {
 }
 
 html|a {
@@ -18,48 +18,51 @@ html|a {
 }
 
 .icon {
 }
 
 .icon {
-    min-width: 48px;
-    min-height: 48px;
-    background-position: center;
-    background-repeat: no-repeat;
+  min-width: 48px;
+  min-height: 48px;
+  background-position: center;
+  background-repeat: no-repeat;
 }
 :-moz-type-unsupported .icon {
 }
 :-moz-type-unsupported .icon {
-    background-image: url("chrome://mozapps/skin/plugins/contentPluginDownload.png");
+  background-image: url("chrome://mozapps/skin/plugins/contentPluginMissing.png");
+}
+:-moz-type-unsupported .icon[status="ready"] {
+  background-image: url("chrome://mozapps/skin/plugins/contentPluginDownload.png");
 }
 :-moz-handler-disabled .icon {
 }
 :-moz-handler-disabled .icon {
-    background-image: url("chrome://mozapps/skin/plugins/contentPluginDisabled.png");
+  background-image: url("chrome://mozapps/skin/plugins/contentPluginDisabled.png");
 }
 :-moz-handler-blocked .icon {
 }
 :-moz-handler-blocked .icon {
-    background-image: url("chrome://mozapps/skin/plugins/contentPluginBlocked.png");
+  background-image: url("chrome://mozapps/skin/plugins/contentPluginBlocked.png");
 }
 :-moz-handler-crashed .icon {
 }
 :-moz-handler-crashed .icon {
-    background-image: url("chrome://mozapps/skin/plugins/contentPluginCrashed.png");
+  background-image: url("chrome://mozapps/skin/plugins/contentPluginCrashed.png");
 }
 
 .throbber {
 }
 
 .throbber {
-    padding-left: 16px; /* width of the background image */
-    background: url("chrome://global/skin/icons/loading.gif") no-repeat;
-    margin-left: 5px;
+  padding-left: 16px; /* width of the background image */
+  background: url("chrome://global/skin/icons/loading.gif") no-repeat;
+  margin-left: 5px;
 }
 
 .msg {
 }
 
 .msg {
-    font-size: 12px;
-    cursor: default;
+  font-size: 12px;
+  cursor: default;
 }
 
 .submitStatus div {
 }
 
 .submitStatus div {
-    min-height: 19px; /* height of biggest line (with throbber) */
+  min-height: 19px; /* height of biggest line (with throbber) */
 }
 
 .msgBottomLinks {
 }
 
 .msgBottomLinks {
-    padding-left: 2px;
-    padding-right: 2px;
+  padding-left: 2px;
+  padding-right: 2px;
 }
 
 .helpIcon {
 }
 
 .helpIcon {
-    float: left;
-    display: inline-block;
-    min-width: 16px;
-    min-height: 16px;
-    background: url("chrome://mozapps/skin/plugins/pluginHelp-16.png") no-repeat;
+  float: left;
+  display: inline-block;
+  min-width: 16px;
+  min-height: 16px;
+  background: url("chrome://mozapps/skin/plugins/pluginHelp-16.png") no-repeat;
 }
 }
index 708a139c4e5160b59bf6c2d310783add81dd39a1..a03b3a86a152bdabc5d5393718962325c296e9d4 100644 (file)
@@ -1227,7 +1227,7 @@ html|*.urlbar-input:-moz-lwtheme:-moz-placeholder,
 
 #identity-box:-moz-focusring {
   outline: 1px dotted #008484;
 
 #identity-box:-moz-focusring {
   outline: 1px dotted #008484;
-  outline-offset: -3px;
+  outline-offset: -1px;
 }
 
 #identity-box.verifiedDomain:-moz-focusring,
 }
 
 #identity-box.verifiedDomain:-moz-focusring,
@@ -1238,7 +1238,6 @@ html|*.urlbar-input:-moz-lwtheme:-moz-placeholder,
 #identity-icon-labels {
   -moz-margin-start: 1px;
   -moz-margin-end: 3px;
 #identity-icon-labels {
   -moz-margin-start: 1px;
   -moz-margin-end: 3px;
-  -moz-transform: translate(0, -1px);
 }
 
 /* Location bar dropmarker */
 }
 
 /* Location bar dropmarker */
@@ -1264,7 +1263,6 @@ html|*.urlbar-input:-moz-lwtheme:-moz-placeholder,
   width: 24px;
   height: 18px;
   padding: 1px 4px;
   width: 24px;
   height: 18px;
   padding: 1px 4px;
-  background: url("urlbar-favicon-glow.png") center center no-repeat;
 }
 
 #page-proxy-favicon:not([src]) {
 }
 
 #page-proxy-favicon:not([src]) {
@@ -1481,6 +1479,41 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
   min-width: 27em;
 }
 
   min-width: 27em;
 }
 
+.panel-promo-box {
+  margin: 8px -16px -16px -16px;
+  padding: 8px 16px;
+  background-color: #000000;
+  color: #FF9F00;
+  border-bottom-left-radius: 6px;
+  border-bottom-right-radius: 6px;
+  border-top: 1px solid #9C9CFF;
+}
+
+.panel-promo-icon {
+  list-style-image: url("chrome://browser/skin/sync-notification-24.png");
+  -moz-margin-end: 10px;
+  vertical-align: middle;
+}
+
+.panel-promo-closebutton {
+  list-style-image: url("chrome://global/skin/icons/close-button.gif");
+  -moz-margin-end: -10px;
+  margin-top: -5px;
+}
+
+.panel-promo-closebutton:hover {
+  list-style-image: url("chrome://global/skin/icons/close-button-hover.gif");
+}
+
+.panel-promo-closebutton:hover:active {
+  list-style-image: url("chrome://global/skin/icons/close-button-hover.gif");
+}
+
+.panel-promo-closebutton > .toolbarbutton-text {
+  padding: 0;
+  margin: 0;
+}
+
 /* ::::: content area ::::: */
 
 #sidebar {
 /* ::::: content area ::::: */
 
 #sidebar {
@@ -1944,7 +1977,25 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] {
 
 /* Notification icon box */
 #notification-popup-box {
 
 /* Notification icon box */
 #notification-popup-box {
-  margin: 0 3px;
+  position: relative;
+  background-color: #000000;
+  background-clip: padding-box;
+  padding-left: 3px;
+  border-radius: 2.5px 0 0 2.5px;
+  -moz-border-image: url("chrome://browser/skin/urlbar-arrow.png") 0 8 0 0 / 0 8px 0 0;
+  -moz-margin-end: -8px;
+  margin-top: -2px;
+  margin-bottom: -2px;
+}
+
+#notification-popup-box:not([hidden]) + #identity-box {
+  -moz-padding-start: 10px;
+  border-radius: 0;
+}
+
+#notification-popup-box:-moz-locale-dir(rtl),
+.notification-anchor-icon:-moz-locale-dir(rtl) {
+  -moz-transform: scaleX(-1);
 }
 
 .notification-anchor-icon {
 }
 
 .notification-anchor-icon {
index 0d8eaf00c7d16e1f68656935eeafd4534dd6d768..20bd207270491a5b214529d87b562ecb3ced7d53 100644 (file)
   margin-bottom: 2px;
 }
 
   margin-bottom: 2px;
 }
 
-/**** name picker ****/
-
-/* Make the microsummary picker look like a regular textbox instead of 
- * an editable menulist when no microsummaries are available.
- */
-#editBMPanel_namePicker[droppable="false"] {
-  /* These rules come from the textbox element in textbox.css. */
-  border-radius: 3px;
-  -moz-outline-radius: 5px;
-  cursor: text;
-  margin: 1px 2px;
-  border: 1px solid #9C9CFF;
-  padding: 1px 0px;
-  -moz-padding-start: 2px;
-  background-color: #000000;
-  color: #E7ADE7;
-  min-height: 19px;
-}
-
-#editBMPanel_namePicker[droppable="false"] > .menulist-editable-box {
-  padding: 0;
-}
-
-#editBMPanel_namePicker[droppable="false"] > .menulist-dropmarker,
-#editBMPanel_namePicker[droppable="false"] > menupopup {
-  display: none;
-}
-
 /* Hide the value column of the tag autocomplete popup
  * leaving only the comment column visible. This is
  * so that only the tag being edited is shown in the
 /* Hide the value column of the tag autocomplete popup
  * leaving only the comment column visible. This is
  * so that only the tag being edited is shown in the
diff --git a/LCARStrek/browser/preferences/aboutPermissions.css b/LCARStrek/browser/preferences/aboutPermissions.css
new file mode 100644 (file)
index 0000000..eda69e0
--- /dev/null
@@ -0,0 +1,102 @@
+/* background styles borrowed from extensions.css */
+#permissions-page {
+  background-color: #000000;
+  color: #FF9F00;
+  margin: 20px;
+}
+
+#permissions-content {
+  border: 1px solid #9C9CFF;
+  border-radius: 5px;
+}
+
+/* sites box */
+
+#sites-box {
+  padding: 10px;
+  width: 25em;
+}
+
+.site {
+  padding: 4px;
+  border-bottom: 1px solid #9C9CFF;
+}
+
+.site-favicon {
+  height: 16px;
+  width: 16px;
+  -moz-margin-end: 4px;
+  list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
+}
+
+#all-sites-item > .site-container > .site-favicon {
+  list-style-image: none;
+}
+
+/* permissions box */
+
+#permissions-box {
+  padding-top: 10px;
+  overflow-y: auto;
+}
+
+#site-description {
+  font-size: 125%;
+  -moz-margin-start: 6px; /* to match button margin */
+}
+
+#site-label {
+  font-weight: bold;
+  margin-top: 0;
+  margin-bottom: 0;
+}
+
+#defaults-description {
+  font-size: 125%;
+  font-weight: bold;
+  -moz-margin-start: 6px;
+}
+
+.pref-item {
+  margin-bottom: 10px;
+}
+
+.pref-icon {
+  width: 36px;
+  height: 36px;
+  -moz-margin-end: 10px;
+}
+
+.pref-icon[type="password"] {
+  list-style-image: url("chrome://mozapps/skin/passwordmgr/key-64.png");
+}
+.pref-icon[type="cookie"] {
+  list-style-image: url("chrome://global/skin/icons/alert-question.gif");
+}
+.pref-icon[type="geo"] {
+  list-style-image: url("chrome://browser/skin/Geolocation-64.png");
+}
+.pref-icon[type="indexedDB"] {
+  list-style-image: url("chrome://global/skin/icons/alert-question.gif");
+}
+.pref-icon[type="install"] {
+  list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png");
+}
+.pref-icon[type="popup"] {
+  list-style-image: url("chrome://global/skin/icons/alert-question.gif");
+}
+.pref-icon[type="image"] {
+  list-style-image: url("chrome://global/skin/icons/alert-question.gif");
+}
+
+.pref-title {
+  font-size: 125%;
+  margin-bottom: 0;
+  font-weight: bold;
+}
+
+.pref-menulist {
+  margin-left: 6px;
+  margin-right: 6px;
+  min-width: 10em; /* native menulists ellipsize their longest entries by default on many themes */
+}
diff --git a/LCARStrek/browser/sync-notification-24.png b/LCARStrek/browser/sync-notification-24.png
new file mode 100644 (file)
index 0000000..fe7f918
Binary files /dev/null and b/LCARStrek/browser/sync-notification-24.png differ
diff --git a/LCARStrek/browser/urlbar-arrow.png b/LCARStrek/browser/urlbar-arrow.png
new file mode 100644 (file)
index 0000000..979ce3f
Binary files /dev/null and b/LCARStrek/browser/urlbar-arrow.png differ
index c4558553b189419b50218a5bfec3ef3e5ca50af6..49e71dd86f7346473210596e9f6818c0b16029aa 100644 (file)
   margin-bottom: 2px;
 }
 
   margin-bottom: 2px;
 }
 
-
-/**** name picker ****/
-
-/* Make the microsummary picker look like a regular textbox instead of
- * an editable menulist when no microsummaries are available.
- */
-#editBMPanel_namePicker[droppable="false"] {
-  /* These rules come from the textbox element in textbox.css. */
-  border-radius: 3px;
-  -moz-outline-radius: 5px;
-  cursor: text;
-  margin: 1px 2px;
-  border: 1px solid #9C9CFF;
-  padding: 1px 0px;
-  -moz-padding-start: 2px;
-  background-color: #000000;
-  color: #E7ADE7;
-  min-height: 19px;
-}
-
-#editBMPanel_namePicker[droppable="false"] > .menulist-editable-box {
-  padding: 0;
-}
-
-#editBMPanel_namePicker[droppable="false"] > .menulist-dropmarker,
-#editBMPanel_namePicker[droppable="false"] > menupopup {
-  display: none;
-}
-
 /* Hide the value column of the tag autocomplete popup
  * leaving only the comment column visible. This is
  * so that only the tag being edited is shown in the
 /* Hide the value column of the tag autocomplete popup
  * leaving only the comment column visible. This is
  * so that only the tag being edited is shown in the
index 8860808906a7320addd9d60980475dbb712c38b0..b5f125f51d6c50151540c21b0ef253c62ee45fbe 100644 (file)
   padding: 1px 0px;
   -moz-box-align: center;
 }
   padding: 1px 0px;
   -moz-box-align: center;
 }
+
+.web-console-panel {
+  -moz-appearance: none;
+  background-color: black;
+}
+
+.web-console-panel > .hud-box {
+  height: 100%;
+  width: 100%;
+  background-color: black;
+}
index 4d4aeafc29bd1fc468ad67ce4b17c9214338c457..3b1c3e3937ebf7443b11ade2bc3e9965cce66928 100644 (file)
@@ -5,13 +5,13 @@
 
   <Description about="urn:mozilla:install-manifest">
     <em:id>LCARStrek@kairo.at</em:id>
 
   <Description about="urn:mozilla:install-manifest">
     <em:id>LCARStrek@kairo.at</em:id>
-    <em:version>2.2</em:version>
+    <em:version>2.3</em:version>
 
     <!-- SeaMonkey -->
     <em:targetApplication>
       <Description>
         <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
 
     <!-- SeaMonkey -->
     <em:targetApplication>
       <Description>
         <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
-        <em:minVersion>2.2</em:minVersion>
+        <em:minVersion>2.3</em:minVersion>
         <em:maxVersion>2.6a1</em:maxVersion>
       </Description>
     </em:targetApplication>
         <em:maxVersion>2.6a1</em:maxVersion>
       </Description>
     </em:targetApplication>
@@ -19,7 +19,7 @@
     <em:targetApplication>
       <Description>
         <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
     <em:targetApplication>
       <Description>
         <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
-        <em:minVersion>5.0</em:minVersion>
+        <em:minVersion>6.0</em:minVersion>
         <em:maxVersion>9.0a1</em:maxVersion>
       </Description>
     </em:targetApplication>
         <em:maxVersion>9.0a1</em:maxVersion>
       </Description>
     </em:targetApplication>
index a9e58c501e0bdc38e1a74eb2bbc4ce63449a1bc8..9e5a783a93e352bb6ca8e3a753a7e14958512692 100644 (file)
 
 #detail-view .global-warning {
   padding: 4px 12px;
 
 #detail-view .global-warning {
   padding: 4px 12px;
-  border-bottom: 3px solid #000000;  
+  border-bottom: 3px solid #000000;
 }
 
 @media all and (max-width: 600px) {
 }
 
 @media all and (max-width: 600px) {
   }
 }
 
   }
 }
 
+/*** global informations ***/
+#addons-page .global-info-container {
+  background-color: #9C9CFF;
+  border-top-right-radius: 5px;
+  border-top-left-radius: 5px;
+}
+
 /* Plugins aren't yet disabled by safemode (bug 342333),
    so don't show that warning when viewing plugins. */
 #addons-page[warning="safemode"] .view-pane[type="plugin"] .global-warning-container,
 /* Plugins aren't yet disabled by safemode (bug 342333),
    so don't show that warning when viewing plugins. */
 #addons-page[warning="safemode"] .view-pane[type="plugin"] .global-warning-container,
 #category-discover > .category-icon {
   list-style-image: url("chrome://mozapps/skin/extensions/category-discover.png");
 }
 #category-discover > .category-icon {
   list-style-image: url("chrome://mozapps/skin/extensions/category-discover.png");
 }
-#category-languages > .category-icon {
+#category-locale > .category-icon {
   list-style-image: url("chrome://mozapps/skin/extensions/category-languages.png");
 }
   list-style-image: url("chrome://mozapps/skin/extensions/category-languages.png");
 }
-#category-searchengines > .category-icon {
+#category-searchengine > .category-icon {
   list-style-image: url("chrome://mozapps/skin/extensions/category-searchengines.png");
 }
   list-style-image: url("chrome://mozapps/skin/extensions/category-searchengines.png");
 }
-#category-extensions > .category-icon {
+#category-extension > .category-icon {
   list-style-image: url("chrome://mozapps/skin/extensions/category-extensions.png");
 }
   list-style-image: url("chrome://mozapps/skin/extensions/category-extensions.png");
 }
-#category-themes > .category-icon {
+#category-theme > .category-icon {
   list-style-image: url("chrome://mozapps/skin/extensions/category-themes.png");
 }
   list-style-image: url("chrome://mozapps/skin/extensions/category-themes.png");
 }
-#category-plugins > .category-icon {
+#category-plugin > .category-icon {
   list-style-image: url("chrome://mozapps/skin/extensions/category-plugins.png");
 }
 #category-availableUpdates > .category-icon {
   list-style-image: url("chrome://mozapps/skin/extensions/category-plugins.png");
 }
 #category-availableUpdates > .category-icon {
index 03ea6500c3dddbfe4bac6d74fdc9ab1d9b975729..83f75ceab3258e960c09a29c7b90b44e483d3ca5 100644 (file)
@@ -3,14 +3,14 @@
 /* These styles affect only the bound element, not other page content. */
 
 .mainBox {
 /* These styles affect only the bound element, not other page content. */
 
 .mainBox {
-    text-align: center;
-    background-color: #000000;
-    color: #FFCF00;
-    border-radius: 12px;
-    /* recessed effect with 'disabled' shadow */
-    box-shadow: inset 0 1px 5px #8050B0;
-    padding: 5px;
-    -moz-user-select: none;
+  text-align: center;
+  background-color: #000000;
+  color: #FFCF00;
+  border-radius: 12px;
+  /* recessed effect with 'disabled' shadow */
+  box-shadow: inset 0 1px 5px #8050B0;
+  padding: 5px;
+  -moz-user-select: none;
 }
 
 html|a {
 }
 
 html|a {
@@ -18,48 +18,51 @@ html|a {
 }
 
 .icon {
 }
 
 .icon {
-    min-width: 48px;
-    min-height: 48px;
-    background-position: center;
-    background-repeat: no-repeat;
+  min-width: 48px;
+  min-height: 48px;
+  background-position: center;
+  background-repeat: no-repeat;
 }
 :-moz-type-unsupported .icon {
 }
 :-moz-type-unsupported .icon {
-    background-image: url("chrome://mozapps/skin/plugins/contentPluginDownload.png");
+  background-image: url("chrome://mozapps/skin/plugins/contentPluginMissing.png");
+}
+:-moz-type-unsupported .icon[status="ready"] {
+  background-image: url("chrome://mozapps/skin/plugins/contentPluginDownload.png");
 }
 :-moz-handler-disabled .icon {
 }
 :-moz-handler-disabled .icon {
-    background-image: url("chrome://mozapps/skin/plugins/contentPluginDisabled.png");
+  background-image: url("chrome://mozapps/skin/plugins/contentPluginDisabled.png");
 }
 :-moz-handler-blocked .icon {
 }
 :-moz-handler-blocked .icon {
-    background-image: url("chrome://mozapps/skin/plugins/contentPluginBlocked.png");
+  background-image: url("chrome://mozapps/skin/plugins/contentPluginBlocked.png");
 }
 :-moz-handler-crashed .icon {
 }
 :-moz-handler-crashed .icon {
-    background-image: url("chrome://mozapps/skin/plugins/contentPluginCrashed.png");
+  background-image: url("chrome://mozapps/skin/plugins/contentPluginCrashed.png");
 }
 
 .throbber {
 }
 
 .throbber {
-    padding-left: 16px; /* width of the background image */
-    background: url("chrome://global/skin/icons/loading.gif") no-repeat;
-    margin-left: 5px;
+  padding-left: 16px; /* width of the background image */
+  background: url("chrome://global/skin/icons/loading.gif") no-repeat;
+  margin-left: 5px;
 }
 
 .msg {
 }
 
 .msg {
-    font-size: 12px;
-    cursor: default;
+  font-size: 12px;
+  cursor: default;
 }
 
 .submitStatus div {
 }
 
 .submitStatus div {
-    min-height: 19px; /* height of biggest line (with throbber) */
+  min-height: 19px; /* height of biggest line (with throbber) */
 }
 
 .msgBottomLinks {
 }
 
 .msgBottomLinks {
-    padding-left: 2px;
-    padding-right: 2px;
+  padding-left: 2px;
+  padding-right: 2px;
 }
 
 .helpIcon {
 }
 
 .helpIcon {
-    float: left;
-    display: inline-block;
-    min-width: 16px;
-    min-height: 16px;
-    background: url("chrome://mozapps/skin/plugins/pluginHelp-16.png") no-repeat;
+  float: left;
+  display: inline-block;
+  min-width: 16px;
+  min-height: 16px;
+  background: url("chrome://mozapps/skin/plugins/pluginHelp-16.png") no-repeat;
 }
 }
index f2df0f361548186fcdbabda86698fe7607c3ff5d..adbfe841f0bab98bd6a400f706f2b37efe11b425 100755 (executable)
--- a/origdiff
+++ b/origdiff
@@ -6,15 +6,15 @@ SCRIPT_DIR=$(pwd)
 
 # ============ vars specific to the versions ==============
 
 
 # ============ vars specific to the versions ==============
 
-NAME_PRE=2
-NAME_POST=5
+NAME_PRE=5
+NAME_POST=6
 
 
-TAG_PRE_COMM=COMM_2_0_BASE
-TAG_POST_COMM=BETA_5_END
-TAG_PRE_MOZ=GECKO_2_0_BASE
-TAG_POST_MOZ=FIREFOX_BETA_5_END
-TAG_PRE_EXT=SEAMONKEY_2_1_RELEASE
-TAG_POST_EXT=SEAMONKEY_2_2_RELEASE
+TAG_PRE_COMM=BETA_5_END
+TAG_POST_COMM=BETA_6_END
+TAG_PRE_MOZ=FIREFOX_BETA_5_END
+TAG_POST_MOZ=FIREFOX_BETA_6
+TAG_PRE_EXT=SEAMONKEY_2_2_RELEASE
+TAG_POST_EXT=SEAMONKEY_2_3_RELEASE
 
 # ===================== process repos =====================
 
 
 # ===================== process repos =====================