sync with changes up to http://hg.mozilla.org/mozilla-central/rev/03de2d980072
authorRobert Kaiser <kairo@kairo.at>
Sun, 21 Sep 2008 02:40:50 +0000 (04:40 +0200)
committerRobert Kaiser <kairo@kairo.at>
Sun, 21 Sep 2008 02:40:50 +0000 (04:40 +0200)
EarlyBlue/global/formatting.css
EarlyBlue/global/icons/search.png [new file with mode: 0644]
EarlyBlue/global/scrollbox.css
EarlyBlue/global/textbox.css
EarlyBlue/global/tree.css
EarlyBlue/mozapps/downloads/downloads.css
EarlyBlue/mozapps/extensions/extensions.css

index c7e652da8b3ed2da18d70cb18334982e9d6ca2fc..af9777685c54c72663f2ca60e552cce58a3b7f6e 100644 (file)
@@ -196,6 +196,7 @@ label {
 .text-link {
   color: blue;
   text-decoration: underline;
 .text-link {
   color: blue;
   text-decoration: underline;
+  cursor: pointer;
 }
 
 .text-link:focus {
 }
 
 .text-link:focus {
@@ -204,10 +205,6 @@ label {
   outline: 1px dotted;
 }
 
   outline: 1px dotted;
 }
 
-.text-link:hover {
-  cursor: pointer;
-}
-
 .text-link:hover:active {
   color: red;
 }
 .text-link:hover:active {
   color: red;
 }
diff --git a/EarlyBlue/global/icons/search.png b/EarlyBlue/global/icons/search.png
new file mode 100644 (file)
index 0000000..7616ae9
Binary files /dev/null and b/EarlyBlue/global/icons/search.png differ
index a1414fbed71605e0df8ab79d051b572a91d31426..63dc7ad267f4f7fa34bf6c6d326438b28227d938 100644 (file)
@@ -39,7 +39,7 @@
 
 /* ::::: Scroll arrows ::::: */
 
 
 /* ::::: Scroll arrows ::::: */
 
-/* Horizonal enabled */
+/* Horizontal enabled */
 .autorepeatbutton-up[orient="horizontal"],
 .autorepeatbutton-down[chromedir="rtl"][orient="horizontal"],
 .scrollbutton-up[orient="horizontal"],
 .autorepeatbutton-up[orient="horizontal"],
 .autorepeatbutton-down[chromedir="rtl"][orient="horizontal"],
 .scrollbutton-up[orient="horizontal"],
@@ -54,7 +54,7 @@
   list-style-image: url("chrome://global/skin/arrow/arrow-right.gif");
 }
 
   list-style-image: url("chrome://global/skin/arrow/arrow-right.gif");
 }
 
- /* Horizonal disabled */
+ /* Horizontal disabled */
 .autorepeatbutton-up[orient="horizontal"][disabled="true"],
 .autorepeatbutton-down[chromedir="rtl"][orient="horizontal"][disabled="true"],
 .scrollbutton-up[orient="horizontal"][disabled="true"],
 .autorepeatbutton-up[orient="horizontal"][disabled="true"],
 .autorepeatbutton-down[chromedir="rtl"][orient="horizontal"][disabled="true"],
 .scrollbutton-up[orient="horizontal"][disabled="true"],
index c452403ad8447ab3adcd614ada3f453608fdadeb..3bc045bfdbfb0be323b1ddbb172eff4097b86c2b 100644 (file)
@@ -105,6 +105,30 @@ textbox.plain {
   min-height: 0px;
 }
 
   min-height: 0px;
 }
 
+/* ::::: search textbox ::::: */
+
+.textbox-search-icon {
+  list-style-image: url("chrome://global/skin/icons/search.png");
+  -moz-image-region: rect(0, 16px, 16px, 0);
+}
+
+.textbox-search-icon[chromedir="rtl"] {
+  -moz-image-region: rect(16px, 16px, 32px, 0);
+}
+
+.textbox-search-icon[searchbutton]:not([disabled]) {
+  cursor: pointer;
+}
+
+.textbox-search-clear {
+  list-style-image: url("chrome://global/skin/icons/search.png");
+  -moz-image-region: rect(32px, 16px, 48px, 0);
+}
+
+.textbox-search-clear:not([disabled]) {
+  cursor: default;
+}
+
 /* ::::: textboxes inside toolbarpaletteitems ::::: */
 
 toolbarpaletteitem > toolbaritem > textbox > .textbox-input-box > html|*.textbox-input {
 /* ::::: textboxes inside toolbarpaletteitems ::::: */
 
 toolbarpaletteitem > toolbaritem > textbox > .textbox-input-box > html|*.textbox-input {
index bab24ed30a4ce94e2ce734c8e4ffb255dccef395..d4ad6f73066cbeeafd0ecfa139b757e14f370a37 100644 (file)
@@ -171,18 +171,16 @@ treechildren::-moz-tree-line {
   visibility: hidden;
 }
 
   visibility: hidden;
 }
 
-/*
 tree[seltype="cell"] > treechildren::-moz-tree-line,
 tree[seltype="text"] > treechildren::-moz-tree-line,
 treechildren::-moz-tree-line {
 tree[seltype="cell"] > treechildren::-moz-tree-line,
 tree[seltype="text"] > treechildren::-moz-tree-line,
 treechildren::-moz-tree-line {
-  border: 1px dotted grey;
+  border: 1px dotted #CCD0DD;
 }
 
 tree[seltype="cell"] > treechildren::-moz-tree-line(active, selected, focus),
 treechildren::-moz-tree-line(selected, focus) {
 }
 
 tree[seltype="cell"] > treechildren::-moz-tree-line(active, selected, focus),
 treechildren::-moz-tree-line(selected, focus) {
-  border: 1px dotted black;
+  border: 1px dotted #666699;
 }
 }
-*/
 
 /* ::::: tree separator ::::: */
 
 
 /* ::::: tree separator ::::: */
 
index 87035c384dca09f492f42ba8295147ec70531914..b0cb1575cabc2088ac3e64f27f974f6b5862ed55 100644 (file)
@@ -20,7 +20,7 @@ richlistitem[type="download"][selected="true"] {
   background-image: url("chrome://mozapps/skin/extensions/itemEnabledFader.png");
 }
 
   background-image: url("chrome://mozapps/skin/extensions/itemEnabledFader.png");
 }
 
-richlistitem[type="download"][alternate="true"]:not([selected="true"]) {
+richlistitem[type="download"]:not([selected="true"]):nth-child(odd) {
   background-color: #9999CC;
 }
 
   background-color: #9999CC;
 }
 
index 7b7900bfbb24ce5d4bce799d4d21d913e967ea2e..c9c5bd1a85f88b4399aefc43a3b7840eb7ddfde6 100644 (file)
@@ -328,7 +328,8 @@ vbox[typeName="status"][type="header-recommended"] {
   padding: 0;
 }
 
   padding: 0;
 }
 
-.searchbox-search, .searchbox-cancel {
+.searchbox-search,
+.searchbox-cancel {
   -moz-appearance: none;
   cursor: default;
   margin: 0;
   -moz-appearance: none;
   cursor: default;
   margin: 0;