update for trunk changes between 2008-02-07 and today
authorRobert Kaiser <kairo@kairo.at>
Mon, 28 Apr 2008 18:07:34 +0000 (20:07 +0200)
committerRobert Kaiser <kairo@kairo.at>
Mon, 28 Apr 2008 18:07:34 +0000 (20:07 +0200)
23 files changed:
EarlyBlue/communicator/icons/alwaysAsk.png [new file with mode: 0644]
EarlyBlue/communicator/icons/application.png [new file with mode: 0644]
EarlyBlue/communicator/icons/feedIcon16.png [new file with mode: 0755]
EarlyBlue/communicator/icons/plugin.png [new file with mode: 0644]
EarlyBlue/communicator/icons/save.png [new file with mode: 0644]
EarlyBlue/communicator/prefpanels.css
EarlyBlue/global/about.css
EarlyBlue/global/autocomplete.css
EarlyBlue/global/findBar.css
EarlyBlue/global/icons/sslWarning.png [new file with mode: 0644]
EarlyBlue/global/nativescrollbars.css [deleted file]
EarlyBlue/global/netError.css
EarlyBlue/global/notification.css
EarlyBlue/global/xulscrollbars.css [deleted file]
EarlyBlue/messenger/messageBody.css
EarlyBlue/messenger/prefPanels.css
EarlyBlue/mozapps/downloads/downloads.css
EarlyBlue/mozapps/extensions/actionbuttons.png [deleted file]
EarlyBlue/mozapps/extensions/eula.css
EarlyBlue/mozapps/extensions/extensions.css
EarlyBlue/mozapps/viewsource/viewsource.css [new file with mode: 0644]
EarlyBlue/mozapps/xpinstall/xpinstallConfirm.css
EarlyBlue/navigator/pageInfo.css

diff --git a/EarlyBlue/communicator/icons/alwaysAsk.png b/EarlyBlue/communicator/icons/alwaysAsk.png
new file mode 100644 (file)
index 0000000..30e1a8c
Binary files /dev/null and b/EarlyBlue/communicator/icons/alwaysAsk.png differ
diff --git a/EarlyBlue/communicator/icons/application.png b/EarlyBlue/communicator/icons/application.png
new file mode 100644 (file)
index 0000000..0c68a3f
Binary files /dev/null and b/EarlyBlue/communicator/icons/application.png differ
diff --git a/EarlyBlue/communicator/icons/feedIcon16.png b/EarlyBlue/communicator/icons/feedIcon16.png
new file mode 100755 (executable)
index 0000000..18f0dbc
Binary files /dev/null and b/EarlyBlue/communicator/icons/feedIcon16.png differ
diff --git a/EarlyBlue/communicator/icons/plugin.png b/EarlyBlue/communicator/icons/plugin.png
new file mode 100644 (file)
index 0000000..0b58bc7
Binary files /dev/null and b/EarlyBlue/communicator/icons/plugin.png differ
diff --git a/EarlyBlue/communicator/icons/save.png b/EarlyBlue/communicator/icons/save.png
new file mode 100644 (file)
index 0000000..ad486d3
Binary files /dev/null and b/EarlyBlue/communicator/icons/save.png differ
index 4b8640551ab3fd04f11d33db12da8d5461239be7..38453e2a567dec951649ee6aee554cf8b9d5efc8 100644 (file)
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
-/* ::::: Themes ::::: */
-#skinsTree {
-  height: 80px;
+/* ::::: Fonts ::::: */
+
+#sizeVar,
+#sizeMono {
+  width: 4em;
 }
 
 }
 
-*|*.themesLink {
-  margin-left: 5px;
-  text-decoration: underline;
-  color: blue;
-  cursor: pointer;
+.prefpanel-font-list {
+  -moz-box-flex: 1;
+}
+
+/* ::::: Applications ::::: */
+/**
+ * Line up the actions menu with action labels above and below it.
+ * Equalize the distance from the left side of the action box to the left side
+ * of the icon for both the menu and the non-menu versions of the action box.
+ * Also make sure the labels are the same distance away from the icons.
+ */
+
+#handlersView > listitem[selected="true"] {
+  border: none;
 }
 
 }
 
-*|*.themesLink:active {
-  color: red;
+.handler-action {
+  padding: 0;
 }
 
 }
 
-#previewImageContainer {
+.handler-type {
   padding: 1px;
   padding: 1px;
-  height: 92px;
-/*  background-color: #000000; */
 }
 
 }
 
-#previewImage {
-  max-width: 355px;
-  min-width: 355px;
-  max-height: 85px;
-  min-height: 85px;
+.handler-action > .listcell-icon,
+.handler-type > .listcell-icon {
+  margin: 0px;
+  -moz-margin-start: 3px;
+  -moz-margin-end: 5px;
+  height: 16px;
+  width: 16px;
 }
 
 }
 
-/* ::::: Fonts ::::: */
+.handler-action > .listcell-label,
+.handler-type > .listcell-label {
+  padding: 0;
+}
 
 
-#sizeVar,
-#sizeMono {
-  width: 4em;
+.actionsMenu {
+  margin: 0;
 }
 
 }
 
-.prefpanel-font-list {
-  -moz-box-flex: 1;
+.actionsMenu > .menulist-label-box {
+  padding: 1px;
+  -moz-padding-start: 0;
+}
+
+.actionsMenu > .menulist-label-box > .menulist-icon {
+  margin: 0 2px;
+  height: 16px;
+  width: 16px;
+}
+
+.handler-action > .menu-iconic-left {
+  padding: 1px;
+  -moz-margin-start: 2px !important;
+  -moz-margin-end: 5px !important;
+
+  /**
+    * Make the icons appear.
+    * Note: we display the icon box for every item whether or not it has an icon
+    * so the labels of all the items align vertically.
+    */
+  display: -moz-box;
+  min-width: 16px;
+}
+
+.handler-action > .menu-iconic-left > .menu-iconic-icon {
+  height: 16px;
+  width: 16px;
+}
+
+/* Set icons on app pane elements */
+
+.handler-action[appHandlerIcon="app"] {
+  list-style-image: url("chrome://communicator/skin/icons/application.png");
 }
 
 }
 
-/* ::::: Mouse Wheel ::::: */
+.handler-action[appHandlerIcon="ask"] {
+  list-style-image: url("chrome://communicator/skin/icons/alwaysAsk.png");
+}
+
+.handler-action[appHandlerIcon="save"] {
+  list-style-image: url("chrome://communicator/skin/icons/save.png");
+}
+
+.handler-action[appHandlerIcon="feed"] {
+  list-style-image: url("chrome://communicator/skin/icons/feedIcon16.png");
+}
+
+.handler-action[appHandlerIcon="plugin"] {
+  list-style-image: url("chrome://communicator/skin/icons/plugin.png");
+}
+
+.handler-type[typeClass="unknown"] {
+  list-style-image: url("moz-icon://goat?size=16");
+}
 
 
-#mouseWheelMode {
-  width: 9em;
+.handler-type[typeClass="webFeed"],
+.handler-type[typeClass="videoPodcastFeed"],
+.handler-type[typeClass="audioPodcastFeed"] {
+  list-style-image: url("chrome://communicator/skin/icons/feedIcon16.png");
 }
 }
index 5337562ce36cbe597842933be12e7a959f55b356..12e9281eb5109a5daa4c2565dc93fff4b67579aa 100644 (file)
@@ -21,6 +21,10 @@ body {
   background: #FFFFFF;
 }
 
   background: #FFFFFF;
 }
 
+.aboutPageWideContainer {
+  max-width: 80% !important;
+}
+
 #aboutLogoContainer {
   border: 1px solid #9999CC;
   width: 300px;
 #aboutLogoContainer {
   border: 1px solid #9999CC;
   width: 300px;
index abc327a19e21f68c81804b37259daf68d09f1de2..28112adc917f3c93b6e09257838d6067c8642b27 100644 (file)
@@ -88,7 +88,7 @@ panel[type="autocomplete"],
 panel[type="autocomplete-richlistbox"],
 .autocomplete-history-popup {
   border: 1px solid #9999CC;
 panel[type="autocomplete-richlistbox"],
 .autocomplete-history-popup {
   border: 1px solid #9999CC;
-  background-color: white !important;
+  background-color: white;
   padding: 0;
 }
 
   padding: 0;
 }
 
@@ -134,10 +134,7 @@ panel[type="autocomplete-richlistbox"],
 /* ::::: richlistbox autocomplete ::::: */
 
 .autocomplete-richlistbox {
 /* ::::: richlistbox autocomplete ::::: */
 
 .autocomplete-richlistbox {
-  -moz-appearance: none !important;
   margin: 0;
   margin: 0;
-  border: none !important;
-  background-color: transparent !important;
 }
 
 .autocomplete-richlistbox > scrollbox {
 }
 
 .autocomplete-richlistbox > scrollbox {
@@ -150,16 +147,14 @@ panel[type="autocomplete-richlistbox"],
 }
 
 .autocomplete-richlistitem {
 }
 
 .autocomplete-richlistitem {
-  -moz-box-orient: vertical;
-  overflow:-moz-hidden-unscrollable;
-  padding: 1px 0px 1px 2px;
+  padding: 1px 2px;
   border-bottom: 1px solid #666699;
 }
 
 .ac-site-icon {
   width: 16px;
   height: 16px;
   border-bottom: 1px solid #666699;
 }
 
 .ac-site-icon {
   width: 16px;
   height: 16px;
-  margin-right: 8px;
+  margin: 0 5px -3px 3px;
 }
 
 .ac-type-icon {
 }
 
 .ac-type-icon {
@@ -167,6 +162,14 @@ panel[type="autocomplete-richlistbox"],
   height: 16px;
 }
 
   height: 16px;
 }
 
+.ac-extra > .ac-result-type-tag {
+  margin: 0 4px;
+}
+
+.ac-extra > .ac-comment {
+  padding-right: 4px;
+}
+
 .ac-ellipsis-after {
   margin: 2px 0px 0px 0px !important;
   padding: 0;
 .ac-ellipsis-after {
   margin: 2px 0px 0px 0px !important;
   padding: 0;
@@ -178,13 +181,20 @@ panel[type="autocomplete-richlistbox"],
   padding: 0;
 }
 
   padding: 0;
 }
 
-html|*.ac-emphasize-text {
+.ac-normal-text > html|span {
   margin: 0 !important;
   padding: 0;
   margin: 0 !important;
   padding: 0;
+}
+
+html|span.ac-emphasize-text {
   font-weight: bold;
   text-decoration: underline;
 }
 
   font-weight: bold;
   text-decoration: underline;
 }
 
+html|span.ac-emphasize-alt {
+  text-decoration: underline;
+}
+
 .ac-title, .ac-url {
   overflow: hidden;
 }
 .ac-title, .ac-url {
   overflow: hidden;
 }
index 9fdd51c83d3fceffe7557d16b5a8875c506e8f7f..34b68dc855670b5cecf365ac8602c1f89c613c79 100644 (file)
@@ -72,7 +72,7 @@ findbar {
   color: #000000;
 }
 
   color: #000000;
 }
 
-.findbar-textbox {
+findbar[flash="true"] > .findbar-container > .find-field-container > .findbar-textbox {
   background-color: #FFFFC0;
 }
 
   background-color: #FFFFC0;
 }
 
diff --git a/EarlyBlue/global/icons/sslWarning.png b/EarlyBlue/global/icons/sslWarning.png
new file mode 100644 (file)
index 0000000..1ffab10
Binary files /dev/null and b/EarlyBlue/global/icons/sslWarning.png differ
diff --git a/EarlyBlue/global/nativescrollbars.css b/EarlyBlue/global/nativescrollbars.css
deleted file mode 100644 (file)
index c18e2ec..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-/* ===== nativescrollbars.css =================================================
-  == Styles used by XUL scrollbar-related elements (only on Mac).
-  ======================================================================= */
-
-@import url("chrome://global/skin/scrollbars.css");
index cdaaaed41736372fff213165f0431efe440bf05e..c681efd479d7314d0db08de5fb951a5d6c70b9a2 100644 (file)
@@ -51,6 +51,10 @@ ul {
   -moz-background-origin: content;
 }
 
   -moz-background-origin: content;
 }
 
+#errorPageContainer.certerror {
+  background-image: url("chrome://global/skin/icons/sslWarning.png");
+}
+
 body[dir="rtl"] #errorPageContainer {
   background-position: right 0;
 }
 body[dir="rtl"] #errorPageContainer {
   background-position: right 0;
 }
@@ -68,7 +72,7 @@ body[dir="rtl"] #errorPageContainer {
   border-bottom: 1px solid #666699;
   padding-bottom: 1em;
   font-size: 130%;
   border-bottom: 1px solid #666699;
   padding-bottom: 1em;
   font-size: 130%;
-  white-space: -moz-pre-wrap;
+  white-space: pre-wrap;
 }
 
 #errorLongDesc {
 }
 
 #errorLongDesc {
@@ -110,7 +114,8 @@ body[dir="rtl"] #brand {
 }
 
 #securityOverrideContent {
 }
 
 #securityOverrideContent {
-  background-color: #FFFFCC; /* Pale yellow */
+  background-color: #FFFFCC;
+  color: #000000;
   padding: 10px;
   -moz-border-radius: 10px;
 }
   padding: 10px;
   -moz-border-radius: 10px;
 }
index 445176ca4bea08d32766aa733b9b2c5100f555a9..b676aea6edfa2103385495987d2b4fa34ab47f0f 100644 (file)
@@ -7,10 +7,12 @@ notification {
 
 notification[type="info"] {
   background-color: #CCD0DD;
 
 notification[type="info"] {
   background-color: #CCD0DD;
+  color: #000000;
 }
 
 notification[type="critical"] {
   background-color: #FFC0C0;
 }
 
 notification[type="critical"] {
   background-color: #FFC0C0;
+  color: #000000;
 }
 
 .messageImage {
 }
 
 .messageImage {
diff --git a/EarlyBlue/global/xulscrollbars.css b/EarlyBlue/global/xulscrollbars.css
deleted file mode 100644 (file)
index 2b61e75..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-/* ===== xulscrollbars.css =================================================
-  == Styles used by XUL scrollbar-related elements (on non-Mac platforms).
-  ======================================================================= */
-
-@import url("chrome://global/skin/scrollbars.css");
-
index 5d1696b72cc5ee92f3dbdbc0dd81e46b1d96ed35..f96b32bdc54bc419b0b544db53a1f184025a7176 100644 (file)
@@ -76,7 +76,7 @@ div.headerdisplayname {
 }
 
 .moz-text-plain[wrap="true"] {
 }
 
 .moz-text-plain[wrap="true"] {
-  white-space: -moz-pre-wrap;
+  white-space: pre-wrap;
 }
 
 .moz-text-plain[wrap="false"] {
 }
 
 .moz-text-plain[wrap="false"] {
@@ -84,7 +84,7 @@ div.headerdisplayname {
 }
 
 .moz-text-plain[wrap="flow"] .moz-txt-sig {
 }
 
 .moz-text-plain[wrap="flow"] .moz-txt-sig {
-  white-space: -moz-pre-wrap;
+  white-space: pre-wrap;
 }
 
 .moz-text-plain[graphical-quote="false"] blockquote {
 }
 
 .moz-text-plain[graphical-quote="false"] blockquote {
@@ -124,6 +124,30 @@ span.moz-txt-formfeed {
   color: #7777FF; /* light blue */
 }
 
   color: #7777FF; /* light blue */
 }
 
+/* ::::: vcard ::::: */
+
+.moz-vcard-table {
+  /* -moz-border-radius: 8px; */
+  border: thin solid #6666CC;
+  margin-top: 10px;
+}
+
+.moz-vcard-property {
+  font-size: 80%;
+  color: #666699;
+}
+
+.moz-vcard-title-property {
+  padding-bottom: 10px;
+}
+
+.moz-vcard-badge {
+  height: 21px;
+  width: 25px;
+  display: block;
+  background-image: url("chrome://messenger/skin/messengercompose/address.gif");
+}
+
 /* ::::: attached images ::::: */
 
 moz-attached-image[overflowing="true"] {
 /* ::::: attached images ::::: */
 
 moz-attached-image[overflowing="true"] {
index a3867006b7ce7394ddefe61c707982234e15090c..00912a691b914e6fd8f57d88bbcb4987c83049db 100644 (file)
 
 /* ::::: Tags ::::: */
 
 
 /* ::::: Tags ::::: */
 
-@-moz-document url("chrome://messenger/content/pref-labels.xul") {
-  .listheader-label {
-    text-align: center;
-  }
-
-  listcell {
-    padding-left:  16px;
-    padding-right: 16px;
-  }
+#tagList > listhead {
+  text-align: center;
+}
 
 
-  textbox {
-    -moz-box-flex: 1;
-  }
+#tagList > listitem > listcell {
+  padding-left:  16px;
+  padding-right: 16px;
 }
 }
index 8da29166c26603996481510d43cf72f315346730..3120b957e4ffd8329caaef6a289a65fa01669d88 100644 (file)
 richlistitem[type="download"] {
   padding: 4px 8px 4px 4px;
   min-height: 46px;
 richlistitem[type="download"] {
   padding: 4px 8px 4px 4px;
   min-height: 46px;
+  border-bottom: 1px solid #9999CC;
+}
+
+richlistitem[type="download"][selected="true"] {
+  background-image: url("chrome://mozapps/skin/extensions/itemEnabledFader.png");
 }
 
 richlistitem[type="download"][alternate="true"]:not([selected="true"]) {
 }
 
 richlistitem[type="download"][alternate="true"]:not([selected="true"]) {
@@ -27,6 +32,11 @@ richlistitem[type="download"] .dateTime {
   font-size: smaller;
 }
 
   font-size: smaller;
 }
 
+richlistitem[type="download"]:not([selected="true"]) .dateTime,
+richlistitem[type="download"]:not([selected="true"]) .status {
+  color: #000000;
+}
+
 .mini-button {
   -moz-appearance: none;
   list-style-image: url("chrome://mozapps/skin/downloads/buttons.png");
 .mini-button {
   -moz-appearance: none;
   list-style-image: url("chrome://mozapps/skin/downloads/buttons.png");
@@ -71,3 +81,9 @@ richlistitem[type="download"] .dateTime {
 #searchbox[empty] {
   color: #808080;
 }
 #searchbox[empty] {
   color: #808080;
 }
+
+#clearListButton {
+  min-height: 0;
+  min-width: 0;
+  margin-top: 3px;
+}
\ No newline at end of file
diff --git a/EarlyBlue/mozapps/extensions/actionbuttons.png b/EarlyBlue/mozapps/extensions/actionbuttons.png
deleted file mode 100644 (file)
index 061b676..0000000
Binary files a/EarlyBlue/mozapps/extensions/actionbuttons.png and /dev/null differ
index f81f45d54c7aebc79d9106200076766df71ea537..f897966956838b8f6ca60239510ef5d41ad81597 100644 (file)
@@ -2,15 +2,10 @@
   font-size: 120%;
 }
 
   font-size: 120%;
 }
 
-#scrollbox {
-  overflow-y: auto;
-  background-color: #CCD0DD;
-  border: 1px solid #9999CC;
-  margin: 1em 0 1em 0;
-  padding: 5px;
-}
-
 #eula {
 #eula {
+  -moz-appearance: none;
   font-family: monospace;
   font-family: monospace;
-  white-space: -moz-pre-wrap;
+  color: #000000;
+  border: 1px solid #9999CC;
+  margin: 1em 0 1em 0;
 }
 }
index 0a3a85a53e3a829f94e2a1a4dcdd6d0f033e766b..f7c6a52848b139b533af3ea3ce780b6ef41ba77f 100644 (file)
 
 #commandBarBottom button {
   margin: 0;
 
 #commandBarBottom button {
   margin: 0;
-  list-style-image: url("chrome://mozapps/skin/extensions/actionbuttons.png");
   -moz-margin-end: 5px;
 }
 
   -moz-margin-end: 5px;
 }
 
-#commandBarBottom button .button-icon {
-  margin-top: 0px;
-  margin-bottom: 0px;
-  -moz-margin-start: 0px;
-  -moz-margin-end: 5px;
-}
-
-#installFileButton, #installUpdatesAllButton {
-  -moz-image-region: rect(0px, 84px, 21px, 63px);
-}
-
-#installFileButton[disabled="true"],
-#installUpdatesAllButton[disabled="true"] {
-  -moz-image-region: rect(21px, 84px, 42px, 63px);
-}
-
-#checkUpdatesAllButton, #showUpdateInfoButton, #hideUpdateInfoButton {
-  -moz-image-region: rect(0px, 63px, 21px, 42px);
-}
-#checkUpdatesAllButton[disabled="true"] {
-  -moz-image-region: rect(21px, 63px, 42px, 42px);
-}
-
-#restartAppButton {
-  -moz-image-region: rect(0px, 42px, 21px, 21px);
-}
-
-#restartAppButton[disabled="true"] {
-  -moz-image-region: rect(21px, 42px, 42px, 21px);
-}
-
-/* these skip/continue icons don't make sense. it's just a placeholder. */
-#skipDialogButton {
-  -moz-image-region: rect(0px, 42px, 21px, 21px);
-}
-
-#skipDialogButton[disabled="true"] {
-  -moz-image-region: rect(21px, 42px, 42px, 21px);
-}
-
-#continueDialogButton {
-  -moz-image-region: rect(0px, 42px, 21px, 21px);
-}
-
-#continueDialogButton[disabled="true"] {
-  -moz-image-region: rect(21px, 42px, 42px, 21px);
-}
-
 /* List Items */
 richlistitem {
   padding-top: 6px;
 /* List Items */
 richlistitem {
   padding-top: 6px;
@@ -102,11 +53,20 @@ richlistitem[isDisabled="true"] {
   color: #808080;
 }
 
   color: #808080;
 }
 
+richlistitem[newAddon="true"] {
+  background-color: #FFFFCC;
+  color: #000000;
+}
+
 richlistitem[selected="true"] {
   background-color: #CCD0DD;
   color: #000000;
 }
 
 richlistitem[selected="true"] {
   background-color: #CCD0DD;
   color: #000000;
 }
 
+richlistitem[selected="true"] .text-link {
+  color: inherit;
+}
+
 #extensionsView:focus > richlistitem[selected="true"] {
   background-color: #336699;
   color: #FFFFFF;
 #extensionsView:focus > richlistitem[selected="true"] {
   background-color: #336699;
   color: #FFFFFF;
@@ -151,8 +111,11 @@ richlistitem[selected="true"]:not([opType]) .descriptionCrop {
 .addonIcon {
   -moz-margin-end: 2px;
   width: 32px;
 .addonIcon {
   -moz-margin-end: 2px;
   width: 32px;
-  max-width: 32px;
   height: 32px;
   height: 32px;
+}
+
+.addonIcon > image {
+  max-width: 32px;
   max-height: 32px;
 }
 
   max-height: 32px;
 }
 
@@ -277,6 +240,8 @@ richlistitem[opType="needs-uninstall"] .notifyBadge {
 
 .addonMissingThumbnail {
   color: GrayText;
 
 .addonMissingThumbnail {
   color: GrayText;
+  font-size: larger;
+  font-weight: bold;
 }
 
 .addonFailure {
 }
 
 .addonFailure {
@@ -305,23 +270,23 @@ richlistitem[opType="needs-uninstall"] .notifyBadge {
   -moz-image-region: rect(0px 68px 12px 0px);
 }
 
   -moz-image-region: rect(0px 68px 12px 0px);
 }
 
-.addonRating[rating="1"], .addonRating[rating="2"] {
+.addonRating[rating="1"] {
   -moz-image-region: rect(12px 68px 24px 0px);
 }
 
   -moz-image-region: rect(12px 68px 24px 0px);
 }
 
-.addonRating[rating="3"], .addonRating[rating="4"] {
+.addonRating[rating="2"] {
   -moz-image-region: rect(24px 68px 36px 0px);
 }
 
   -moz-image-region: rect(24px 68px 36px 0px);
 }
 
-.addonRating[rating="5"], .addonRating[rating="6"] {
+.addonRating[rating="3"] {
   -moz-image-region: rect(36px 68px 48px 0px);
 }
 
   -moz-image-region: rect(36px 68px 48px 0px);
 }
 
-.addonRating[rating="7"], .addonRating[rating="8"] {
+.addonRating[rating="4"] {
   -moz-image-region: rect(48px 68px 60px 0px);
 }
 
   -moz-image-region: rect(48px 68px 60px 0px);
 }
 
-.addonRating[rating="9"], .addonRating[rating="10"] {
+.addonRating[rating="5"] {
   -moz-image-region: rect(60px 68px 72px 0px);
 }
 
   -moz-image-region: rect(60px 68px 72px 0px);
 }
 
@@ -360,14 +325,12 @@ vbox[typeName="status"][type="header-recommended"] {
 }
 
 #searchbox {
 }
 
 #searchbox {
-  list-style-image: url("chrome://mozapps/skin/extensions/searchIcons.png");
-  -moz-image-region: rect(0px 19px 19px 0px);
   padding: 0;
 }
 
 .searchbox-search, .searchbox-cancel {
   -moz-appearance: none;
   padding: 0;
 }
 
 .searchbox-search, .searchbox-cancel {
   -moz-appearance: none;
-  cursor: pointer;
+  cursor: default;
   margin: 0;
   border: 0;
   padding: 0;
   margin: 0;
   border: 0;
   padding: 0;
diff --git a/EarlyBlue/mozapps/viewsource/viewsource.css b/EarlyBlue/mozapps/viewsource/viewsource.css
new file mode 100644 (file)
index 0000000..aa91db6
--- /dev/null
@@ -0,0 +1 @@
+/* This is for styling the menus of the viewsource window */
index 41f38b7dbe1966f8f4973b0948df5402b2b18061..e892db3913667313c6fe29c5620d29a2932a6899 100644 (file)
@@ -37,11 +37,9 @@ installitem {
   margin-bottom: 1em;
 }
 
   margin-bottom: 1em;
 }
 
-.xpinstallItemIcon {
+.xpinstallIconContainer {
   width: 32px;
   height: 32px;
   width: 32px;
   height: 32px;
-  max-width: 32px !important;
-  max-height: 32px !important;
   -moz-margin-end: 5px;
 }
 
   -moz-margin-end: 5px;
 }
 
@@ -67,5 +65,7 @@ installitem {
 }
 
 .xpinstallItemIcon {
 }
 
 .xpinstallItemIcon {
+  max-width: 32px;
+  max-height: 32px;
   list-style-image: url("chrome://mozapps/skin/xpinstall/xpinstallItemGeneric.png");
 }
   list-style-image: url("chrome://mozapps/skin/xpinstall/xpinstallItemGeneric.png");
 }
index c5c4701820cdf5592be8962ce54512836a8494ef..67f3b64f78f3b87ec980cbb9ce03582a385812b4 100644 (file)
@@ -83,7 +83,7 @@ groupbox.treebox .groupbox-body {
 }
 
 #general-security-identity {
 }
 
 #general-security-identity {
-  white-space: -moz-pre-wrap;
+  white-space: pre-wrap;
   line-height: 2em;
 }
 
   line-height: 2em;
 }