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
/* ::::: 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"] {
- border : 1px solid #000000;
+ border: 1px solid #000000;
}
.colorpickertile[hover="true"] {
- border : 1px solid #FFFFFF;
+ border: 1px solid #FFFFFF;
}
.cp-light[hover="true"] {
- border : 2px dotted #9999CC;
+ border: 2px dotted #9999CC;
}
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;
+}
<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>
- <em:minVersion>2.2</em:minVersion>
+ <em:minVersion>2.3</em:minVersion>
<em:maxVersion>2.6a1</em:maxVersion>
</Description>
</em:targetApplication>
}
}
+/*** 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,
#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");
}
-#category-searchengines > .category-icon {
+#category-searchengine > .category-icon {
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");
}
-#category-themes > .category-icon {
+#category-theme > .category-icon {
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 {
/* 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 {
}
.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 {
- 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 {
- background-image: url("chrome://mozapps/skin/plugins/contentPluginDisabled.png");
+ background-image: url("chrome://mozapps/skin/plugins/contentPluginDisabled.png");
}
:-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 {
- background-image: url("chrome://mozapps/skin/plugins/contentPluginCrashed.png");
+ background-image: url("chrome://mozapps/skin/plugins/contentPluginCrashed.png");
}
.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 {
- font-size: 12px;
- cursor: default;
+ font-size: 12px;
+ cursor: default;
}
.submitStatus div {
- min-height: 19px; /* height of biggest line (with throbber) */
+ min-height: 19px; /* height of biggest line (with throbber) */
}
.msgBottomLinks {
- padding-left: 2px;
- padding-right: 2px;
+ padding-left: 2px;
+ padding-right: 2px;
}
.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;
}
#identity-box:-moz-focusring {
outline: 1px dotted #008484;
- outline-offset: -3px;
+ outline-offset: -1px;
}
#identity-box.verifiedDomain:-moz-focusring,
#identity-icon-labels {
-moz-margin-start: 1px;
-moz-margin-end: 3px;
- -moz-transform: translate(0, -1px);
}
/* Location bar dropmarker */
width: 24px;
height: 18px;
padding: 1px 4px;
- background: url("urlbar-favicon-glow.png") center center no-repeat;
}
#page-proxy-favicon:not([src]) {
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 {
/* 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 {
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
--- /dev/null
+/* 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 */
+}
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
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;
+}
<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>
- <em:minVersion>2.2</em:minVersion>
+ <em:minVersion>2.3</em:minVersion>
<em:maxVersion>2.6a1</em:maxVersion>
</Description>
</em:targetApplication>
<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>
#detail-view .global-warning {
padding: 4px 12px;
- border-bottom: 3px solid #000000;
+ border-bottom: 3px solid #000000;
}
@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,
#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");
}
-#category-searchengines > .category-icon {
+#category-searchengine > .category-icon {
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");
}
-#category-themes > .category-icon {
+#category-theme > .category-icon {
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 {
/* 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 {
}
.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 {
- 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 {
- background-image: url("chrome://mozapps/skin/plugins/contentPluginDisabled.png");
+ background-image: url("chrome://mozapps/skin/plugins/contentPluginDisabled.png");
}
:-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 {
- background-image: url("chrome://mozapps/skin/plugins/contentPluginCrashed.png");
+ background-image: url("chrome://mozapps/skin/plugins/contentPluginCrashed.png");
}
.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 {
- font-size: 12px;
- cursor: default;
+ font-size: 12px;
+ cursor: default;
}
.submitStatus div {
- min-height: 19px; /* height of biggest line (with throbber) */
+ min-height: 19px; /* height of biggest line (with throbber) */
}
.msgBottomLinks {
- padding-left: 2px;
- padding-right: 2px;
+ padding-left: 2px;
+ padding-right: 2px;
}
.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;
}
# ============ 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 =====================