incorporate all needed *stripe/classic changes until toolkit and suite moved from...
authorRobert Kaiser <kairo@kairo.at>
Sun, 21 Sep 2008 00:26:09 +0000 (02:26 +0200)
committerRobert Kaiser <kairo@kairo.at>
Sun, 21 Sep 2008 00:26:09 +0000 (02:26 +0200)
17 files changed:
EarlyBlue/editor/EditorDialog.css
EarlyBlue/global/console/console.css
EarlyBlue/global/dirListing/dirListing.css
EarlyBlue/global/icons/alert-error.gif
EarlyBlue/global/icons/alert-exclam.gif
EarlyBlue/global/icons/alert-message.gif
EarlyBlue/global/icons/alert-question.gif
EarlyBlue/global/icons/error-16.png [new file with mode: 0644]
EarlyBlue/global/icons/information-16.png [new file with mode: 0644]
EarlyBlue/global/icons/warning-16.png [new file with mode: 0644]
EarlyBlue/global/menu.css
EarlyBlue/global/notification.css
EarlyBlue/global/tree.css
EarlyBlue/mozapps/downloads/buttons.png [deleted file]
EarlyBlue/mozapps/downloads/downloadButtons.png [new file with mode: 0644]
EarlyBlue/mozapps/downloads/downloads.css
EarlyBlue/mozapps/extensions/extensions.css

index fe43c8478677ddd4f7279e79227b579e4d290dbc..4782692dd3e1136cb9f2604c7fa8a55979667061 100644 (file)
@@ -100,8 +100,8 @@ groupbox {
 }
 
 .color-well[default="true"] {
-  border: 1px solid transparent;
-  background-color: inherit;
+  border: 1px solid transparent !important;
+  background-color: inherit !important;
 }
 
 .color-button {
index fa73ca9ba3f2050c8765058c6ce692b921a1662f..0b2e04fcb8a9e68f67d8f7e87c26d695d291c115 100644 (file)
 
 .console-row {
   padding: 0px;
-  border-bottom: 2px solid #000000;
+  border-bottom: 1px solid #666699;
 }
 
 .console-row-icon {
-  border-right: 1px outset #999999;
+  border-right: 1px solid #666699;
   padding: 5px;
   background-color: #CCCCCC;
   -moz-box-align: start;
index f1fdc2c3e95b3b322d30cac3559c32f6caf64949..aa447b916a37afd291bd7f1676254453ed11a7c6 100644 (file)
@@ -97,7 +97,7 @@ th:first-child {
   text-align: center;
 }
 
-table[order] > thead > tr > th:hover {
+th:hover > a {
   text-decoration: underline;
 }
 
index a13cf2e5957777e8df616345f61689253f1b9698..eb5b785a0ea956ce722c1e27cbd0250d4c9f5301 100755 (executable)
Binary files a/EarlyBlue/global/icons/alert-error.gif and b/EarlyBlue/global/icons/alert-error.gif differ
index dd31a95b598283f989bcde0c8731567361ca9705..126f9befa39ea5621b3b2ebe09c47bbc94538f8b 100755 (executable)
Binary files a/EarlyBlue/global/icons/alert-exclam.gif and b/EarlyBlue/global/icons/alert-exclam.gif differ
index 05693adc2750987f5d6c6887c4e3b75310b4f32b..f3c5775fad77b6f8dd8d400e15198cd020224fad 100755 (executable)
Binary files a/EarlyBlue/global/icons/alert-message.gif and b/EarlyBlue/global/icons/alert-message.gif differ
index 552d1f2fdad34faf5801e8f14b6ea64c7c4cb295..9b249a0f0f479b03385b34ff96b636ca9e891244 100755 (executable)
Binary files a/EarlyBlue/global/icons/alert-question.gif and b/EarlyBlue/global/icons/alert-question.gif differ
diff --git a/EarlyBlue/global/icons/error-16.png b/EarlyBlue/global/icons/error-16.png
new file mode 100644 (file)
index 0000000..01aa76e
Binary files /dev/null and b/EarlyBlue/global/icons/error-16.png differ
diff --git a/EarlyBlue/global/icons/information-16.png b/EarlyBlue/global/icons/information-16.png
new file mode 100644 (file)
index 0000000..7284cee
Binary files /dev/null and b/EarlyBlue/global/icons/information-16.png differ
diff --git a/EarlyBlue/global/icons/warning-16.png b/EarlyBlue/global/icons/warning-16.png
new file mode 100644 (file)
index 0000000..9f5353e
Binary files /dev/null and b/EarlyBlue/global/icons/warning-16.png differ
index 12df36b9178058aa8463f727bf77b76de766e4a5..6a72e596905d733af3cff286ae4bcbc334612c9c 100644 (file)
@@ -234,6 +234,14 @@ menuitem[checked="true"][type="radio"][disabled="true"] {
   list-style-image: url("chrome://global/skin/menu/menu-radio-disabled.gif");
 }
 
+menuitem[type="checkbox"] > .menu-iconic-left > .menu-iconic-icon,
+menuitem[checked="true"] > .menu-iconic-left > .menu-iconic-icon,
+menuitem[type="radio"] > .menu-iconic-left > .menu-iconic-icon {
+  /* prevent .menu-iconic-icon from enforcing a minimal height of 16px (see bug 411064)
+     XXXzeniko apply that .menu-iconic-icon rule only for children of .menu-iconic */
+  display: none;
+}
+
 /* ::::: menuseparator ::::: */
 
 menuseparator {
index b676aea6edfa2103385495987d2b4fa34ab47f0f..8c1a6aaf17dc5e12aaa1a57d64d3048f15412880 100644 (file)
@@ -21,6 +21,19 @@ notification[type="critical"] {
   margin: 0px 1px 0px 6px;
 }
 
+/* Default icons for notifications */
+
+notification[type="info"] .messageImage {
+  list-style-image: url("chrome://global/skin/icons/information-16.png");
+}
+notification[type="warning"] .messageImage {
+  list-style-image: url("chrome://global/skin/icons/warning-16.png");
+}
+
+notification[type="critical"] .messageImage {
+  list-style-image: url("chrome://global/skin/icons/error-16.png");
+}
+
 .messageText {
   -moz-margin-start: 5px;
 }
index 02bd12880a7a5d3bea0a4ab3a654fd561f85d880..bab24ed30a4ce94e2ce734c8e4ffb255dccef395 100644 (file)
@@ -205,7 +205,7 @@ treechildren::-moz-tree-drop-feedback {
   background-color: #336699;
   width: 50px;
   height: 2px;
-  margin-left: 5px;
+  -moz-margin-start: 5px;
 }
 
 treechildren::-moz-tree-drop-feedback(selected) {
@@ -277,7 +277,10 @@ treecol[hideheader="true"] {
 
 treecol:hover:active {
   border: 1px solid #666699;
-  padding: 2px 3px 0px 5px;
+  padding-top: 2px;
+  padding-bottom: 0px;
+  -moz-padding-start: 5px;
+  -moz-padding-end: 3px;
 }
 
 treecolpicker:hover:active {
@@ -285,7 +288,10 @@ treecolpicker:hover:active {
 }
 
 .treecol-image:hover:active {
-  padding: 2px 0px 0px 2px;
+  padding-top: 2px;
+  padding-bottom: 0px;
+  -moz-padding-start: 2px;
+  -moz-padding-end: 0px;
 }
 
 /* ::::: column drag and drop styles ::::: */
@@ -336,7 +342,7 @@ treecol:not([hideheader="true"]) > .treecol-sortdirection[sortDirection="descend
 /* ::::: twisty :::::  */
 
 treechildren::-moz-tree-twisty {
-  padding-right: 2px;
+  -moz-padding-end: 2px;
   padding-top: 1px;
   width: 11px; /* The image's width is 11 pixels */
   list-style-image: url("chrome://global/skin/tree/twisty-closed.gif");
@@ -365,7 +371,7 @@ treechildren.gridlines::-moz-tree-row {
 /* ::::: Name (what is that?) ::::: */
 
 treechildren::-moz-tree-image(Name) {
-  padding-right: 2px;
+  -moz-padding-end: 2px;
 }
 
 treechildren::-moz-tree-image(Name) {
@@ -424,6 +430,7 @@ treechildren::-moz-tree-cell-text(selected, editing) {
 
 .tree-input {
   border: 1px solid #336699;
-  margin: 0 0 0 -4px;
+  margin: 0;
+  -moz-margin-start: -4px;
   padding: 1px;
 }
diff --git a/EarlyBlue/mozapps/downloads/buttons.png b/EarlyBlue/mozapps/downloads/buttons.png
deleted file mode 100644 (file)
index b513a86..0000000
Binary files a/EarlyBlue/mozapps/downloads/buttons.png and /dev/null differ
diff --git a/EarlyBlue/mozapps/downloads/downloadButtons.png b/EarlyBlue/mozapps/downloads/downloadButtons.png
new file mode 100644 (file)
index 0000000..9a0c402
Binary files /dev/null and b/EarlyBlue/mozapps/downloads/downloadButtons.png differ
index 3120b957e4ffd8329caaef6a289a65fa01669d88..87035c384dca09f492f42ba8295147ec70531914 100644 (file)
@@ -32,14 +32,9 @@ richlistitem[type="download"] .dateTime {
   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");
+  list-style-image: url("chrome://mozapps/skin/downloads/downloadButtons.png");
   background-color: transparent;
   border: none;
   padding: 0;
@@ -55,18 +50,54 @@ richlistitem[type="download"]:not([selected="true"]) .status {
 .cancel {
   -moz-image-region: rect(0px, 32px, 16px, 16px);
 }
+.cancel:hover {
+  -moz-image-region: rect(16px, 32px, 32px, 16px);
+}
+.cancel:active {
+  -moz-image-region: rect(32px, 32px, 48px, 16px);
+}
+.cancel[disabled="true"] {
+  -moz-image-region: rect(48px, 32px, 64px, 16px);
+}
+
 .pause {
   -moz-image-region: rect(0px, 48px, 16px, 32px);
 }
+.pause:hover {
+  -moz-image-region: rect(16px, 48px, 32px, 32px);
+}
+.pause:active {
+  -moz-image-region: rect(32px, 48px, 48px, 32px);
+}
 .pause[disabled="true"] {
-  -moz-image-region: rect(16px, 48px, 16px, 32px);
+  -moz-image-region: rect(48px, 48px, 64px, 32px);
 }
+
 .resume {
   -moz-image-region: rect(0px, 16px, 16px, 0px);
 }
+.resume:hover {
+  -moz-image-region: rect(16px, 16px, 32px, 0px);
+}
+.resume:active {
+  -moz-image-region: rect(32px, 16px, 48px, 0px);
+}
+.resume[disabled="true"] {
+  -moz-image-region: rect(48px, 16px, 64px, 0px);
+}
+
 .retry {
   -moz-image-region: rect(0px, 64px, 16px, 48px);
 }
+.retry:hover {
+  -moz-image-region: rect(16px, 64px, 32px, 48px);
+}
+.retry:active {
+  -moz-image-region: rect(32px, 64px, 48px, 48px);
+}
+.retry[disabled="true"] {
+  -moz-image-region: rect(48px, 64px, 64px, 48px);
+}
 
 .blockedIcon {
   list-style-image: url("chrome://global/skin/icons/alert-error.gif");
index f7c6a52848b139b533af3ea3ce780b6ef41ba77f..7b7900bfbb24ce5d4bce799d4d21d913e967ea2e 100644 (file)
@@ -1,6 +1,6 @@
 #extensionsBox {
   margin: 10px 10px 0px 10px;
-  min-width:1px;
+  min-width: 1px;
 }
 
 #extensionsView {