actually, let's stay compatible with 2.1 nightlies as well
[themes.git] / LCARStrek / navigator / navigator.css
index 5980dee60c2ab7fb1129ad9ebfb1936e6bff9e47..d4fbbe855bbebc49bae1a76bfbee48e086f8a72c 100644 (file)
@@ -333,6 +333,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");
@@ -454,6 +456,10 @@ toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon {
   background-color: #FF9F00;
 }
 
+.autocomplete-treebody::-moz-tree-cell-text(treecolAutoCompleteComment) {
+  color: #E7ADE7;
+}
+
 /* ::::: go and searchbuttons ::::: */
 
 #search-button,
@@ -487,6 +493,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: #E7ADE7;
+  font-size: smaller;
+}
+
+.autocomplete-treebody::-moz-tree-cell(suggesthint) {
+  border-top: 1px solid #E7ADE7;
+}
+
 /* ::::: throbber ::::: */
 
 #throbber-box {