actually, let's stay compatible with 2.1 nightlies as well
[themes.git] / EarlyBlue / navigator / navigator.css
index 195312719b436fa53872b5975236659348318b2a..18e0eab320a648e06bd5a3ec177ab98df83f38dd 100644 (file)
@@ -252,6 +252,8 @@ toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon {
 
 .popup-notification-icon[popupid="addon-install-disabled"],
 .popup-notification-icon[popupid="addon-install-blocked"],
+.popup-notification-icon[popupid="addon-install-started"],
+.popup-notification-icon[popupid="addon-install-cancelled"],
 .popup-notification-icon[popupid="addon-install-failed"],
 .popup-notification-icon[popupid="addon-install-complete"] {
   list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png");
@@ -364,6 +366,10 @@ toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon {
   -moz-margin-end: 4px;
 }
 
+.autocomplete-treebody::-moz-tree-cell-text(treecolAutoCompleteComment) {
+  color: #808080;
+}
+
 /* ::::: go and searchbuttons ::::: */
 
 #search-button,
@@ -393,6 +399,18 @@ toolbar[mode="icons"] #search-button > .button-box > .button-text {
 }
 */
 
+/* ::::: search bar ::::: */
+
+.autocomplete-treebody::-moz-tree-cell-text(suggesthint, treecolAutoCompleteComment),
+.autocomplete-treebody::-moz-tree-cell-text(suggestfirst, treecolAutoCompleteComment) {
+  color: #808080;
+  font-size: smaller;
+}
+
+.autocomplete-treebody::-moz-tree-cell(suggesthint) {
+  border-top: 1px solid #808080;
+}
+
 /* ::::: security button ::::: */
 
 #security-button {