sync EarlyBlue up to SeaMonkey 2 Alpha 1, last theme changesets are http://hg.mozilla...
authorRobert Kaiser <kairo@kairo.at>
Sun, 21 Sep 2008 14:51:48 +0000 (16:51 +0200)
committerRobert Kaiser <kairo@kairo.at>
Sun, 21 Sep 2008 14:51:48 +0000 (16:51 +0200)
EarlyBlue/communicator/preferences.css
EarlyBlue/global/about.css
EarlyBlue/global/autocomplete.css
EarlyBlue/global/popup.css
EarlyBlue/global/scrollbars.css
EarlyBlue/global/textbox.css
EarlyBlue/messenger/addressingWidget.css
EarlyBlue/mozapps/extensions/extensions.css
EarlyBlue/mozapps/extensions/searchIcons.png [deleted file]
EarlyBlue/mozapps/shared/richview.css [deleted file]
EarlyBlue/mozapps/shared/richview.xml [deleted file]

index 86763e75370ff09f54ec625b579c0e77a942f678..1c33deb61a05f1cc3f9d3b035963552ba1a9c1b5 100644 (file)
@@ -47,3 +47,37 @@ prefwindow {
   -moz-padding-end: 10px;
 }
 
+/* File Field Widget */
+filefield {
+  margin: 2px 4px;
+  border: 1px inset #CCD0DD;
+}
+
+.fileFieldContentBox {
+  background-color: #CCD0DD;
+}
+
+filefield[disabled="true"] {
+  color: #CCCCCC;
+  border: 1px solid #666699;
+}
+
+.fileFieldIcon[disabled="true"] {
+  opacity: 0.4;
+}
+
+.fileFieldIcon {
+  width: 16px;
+  height: 16px;
+  margin-top: 1px;
+  margin-bottom: 1px;
+  -moz-margin-start: 1px;
+  -moz-margin-end: 4px;
+}
+
+.fileFieldLabel {
+  -moz-appearance: none;
+  background-color: transparent;
+  border: none;
+  margin: 0px;
+}
index 12e9281eb5109a5daa4c2565dc93fff4b67579aa..ceb9e4d316a61fb76ac11388d22a0a8ff4c18322 100644 (file)
@@ -1,15 +1,11 @@
 html {
   background-color: #CCD0DD;
+  padding: 0 1em;
+  font: 11px helvetica,arial,tahoma,sans-serif;
 }
 
 body {
   color: #000000;
-  font: 11px helvetica,arial,tahoma,sans-serif;
-  margin: 0;
-  padding: 0 1em;
-}
-
-#aboutPageContainer {
   position: relative;
   min-width: 330px;
   max-width: 50em;
@@ -22,7 +18,7 @@ body {
 }
 
 .aboutPageWideContainer {
-  max-width: 80% !important;
+  max-width: 80%;
 }
 
 #aboutLogoContainer {
@@ -51,3 +47,7 @@ ul {
 ul > li {
   margin-top: .5em;
 }
+
+th, td {
+  padding: 0 5px;
+}
index 28112adc917f3c93b6e09257838d6067c8642b27..c66d50acbbdedc999742b45abdabd6462be43585 100644 (file)
@@ -64,6 +64,10 @@ textbox.padded {
   -moz-box-align: center;
 }
 
+textbox[nomatch="true"][highlightnonmatches="true"] {
+  color: red;
+}
+
 .textbox-input-box {
   margin: 0 3px;
   -moz-box-align: center;
index 67113ca2907ad71c58ea1aafee25b14c6917a8af..00233295dee846ed690026942815ed765eec0980 100644 (file)
@@ -83,3 +83,8 @@ menulist > menupopup,
   padding: 0px;
   background-color: white;
 }
+
+menupopup > menu > menupopup,
+popup > menu > menupopup {
+  margin-top: -2px;
+}
index 9196847512bd82c1e800390a2de9baec6efa0023..dd46d0bec4483623088d47d613bce5f5998a6c54 100644 (file)
@@ -198,14 +198,6 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"
     min-width: 8px;
   }
 
-  html|div thumb > gripper {
-    -moz-appearance: scrollbargripper-vertical;
-  }
-
-  html|div thumb[orient="horizontal"] > gripper {
-    -moz-appearance: scrollbargripper-horizontal;
-  }
-
   /* ::::: scrollbar button ::::: */
 
   html|div scrollbarbutton,
index 3bc045bfdbfb0be323b1ddbb172eff4097b86c2b..215042a722d6a8b6a18caa9a07bd57f8503265bc 100644 (file)
@@ -81,6 +81,7 @@ textbox[disabled="true"] {
   cursor: default;
   background-color: #FFFFFF;
   color: #CCCCCC;
+  border: 1px solid #666699;
 }
 
 textbox[focused="true"] {
index 3a5a004e41a62650b1aff73df1ea028df6939706..20d26357687ef2055cb3d7f7f80d89717626041b 100644 (file)
   width: 0px;
 }
 
-.textbox-addressingWidget[noMatchesFound="true"] {
-  color: red;
-}
-
 #typecol-addressingWidget {
   min-width: 9em;
   border-right: 1px solid #CCD0DD;
index c9c5bd1a85f88b4399aefc43a3b7840eb7ddfde6..d1e4c8db93a19a5547264f496e54df96b656251c 100644 (file)
@@ -6,6 +6,7 @@
 #extensionsView {
   border: 1px inset #CCD0DD;
   margin: 0;
+  min-width: 245px;
 }
 
 #resizerBox {
@@ -100,8 +101,12 @@ richlistitem[selected="true"]:not([opType]) .descriptionCrop {
   border: 1px inset #CCD0DD;
   background-color: #FFFFFF;
   color: #000000;
+  min-width: 65px;
   overflow: auto;
-  width: 0px;
+}
+
+#previewImageDeck {
+  min-width: 220px;
 }
 
 #themeSplitter {
@@ -328,34 +333,6 @@ vbox[typeName="status"][type="header-recommended"] {
   padding: 0;
 }
 
-.searchbox-search,
-.searchbox-cancel {
-  -moz-appearance: none;
-  cursor: default;
-  margin: 0;
-  border: 0;
-  padding: 0;
-  width: 19px;
-  height: 19px;
-  min-width: 19px;
-}
-
-.searchbox-search .button-box,
-.searchbox-cancel .button-box {
-  border: 0px;
-  padding: 0px;
-}
-
-.searchbox-search {
-  list-style-image: url("chrome://mozapps/skin/extensions/searchIcons.png");
-  -moz-image-region: rect(0px 38px 19px 19px);
-}
-
-.searchbox-cancel {
-  list-style-image: url("chrome://mozapps/skin/extensions/searchIcons.png");
-  -moz-image-region: rect(0px 57px 19px 38px);
-}
-
 #progressBox {
   padding: 5px 5px 5px 5px;
 }
diff --git a/EarlyBlue/mozapps/extensions/searchIcons.png b/EarlyBlue/mozapps/extensions/searchIcons.png
deleted file mode 100644 (file)
index 82259b8..0000000
Binary files a/EarlyBlue/mozapps/extensions/searchIcons.png and /dev/null differ
diff --git a/EarlyBlue/mozapps/shared/richview.css b/EarlyBlue/mozapps/shared/richview.css
deleted file mode 100644 (file)
index 2b2e2ff..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-/* Generic RichView */
-
-view {
-  margin: 10px 10px 5px 10px;
-  -moz-user-focus: normal;
-  background-color: #CCD0DD;
-}
-
-.richviewInner {
-  padding: 0px;
-}
diff --git a/EarlyBlue/mozapps/shared/richview.xml b/EarlyBlue/mozapps/shared/richview.xml
deleted file mode 100644 (file)
index 551362f..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0"?>
-
-<bindings id="richviewSkinBindings"
-          xmlns="http://www.mozilla.org/xbl"
-          xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
-          xmlns:xbl="http://www.mozilla.org/xbl">
-
-  <binding id="richview" extends="chrome://mozapps/content/shared/richview.xml#richview">
-    <resources>
-      <stylesheet src="chrome://mozapps/skin/shared/richview.css"/>
-    </resources>
-    <content>
-      <xul:vbox flex="1" class="richviewInner">
-        <children/>
-      </xul:vbox>
-    </content>
-  </binding>
-</bindings>
-