sync both themes with suite classic theme changes in SeaMonkey 2.50 cycle
[themes.git] / LCARStrek / navigator / navigator.css
index c28207ff3da780f35e8ac8e1f2a0000d9f243bd2..b3545963bd5069d32354dd758b9fa142036b33d2 100644 (file)
@@ -306,7 +306,7 @@ toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon {
 }
 
 .popup-notification-icon[popupid="password"] {
-  list-style-image: url("chrome://mozapps/skin/passwordmgr/key-64.png");
+  list-style-image: url("chrome://communicator/skin/icons/key-64.png");
 }
 
 .popup-notification-icon[popupid="click-to-play-plugins"] {
@@ -361,7 +361,7 @@ toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon {
 }
 
 #password-notification-icon {
-  list-style-image: url("chrome://mozapps/skin/passwordmgr/key-16.png");
+  list-style-image: url("chrome://communicator/skin/icons/key-16.png");
   width: 16px;
   height: 16px;
 }
@@ -498,6 +498,23 @@ toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon {
 
 /* ::::: autocomplete ::::: */
 
+#PopupAutoComplete > richlistbox > richlistitem {
+  height: 20px;
+  min-height: 20px;
+  border: 0;
+  border-radius: 0;
+  padding: 0px 1px 0px 1px;
+}
+
+#PopupAutoComplete > richlistbox > richlistitem > .ac-title {
+  font: icon;
+  margin-inline-start: 6px;
+}
+
+#PopupAutoComplete > richlistbox {
+  padding: 0;
+}
+
 .autocomplete-treebody::-moz-tree-cell-text(value) {
   padding-inline-start: 13px;
 }
@@ -569,6 +586,11 @@ toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon {
 /*  list-style-image: url("chrome://communicator/skin/icons/search.gif"); */
 }
 
+#go-button {
+/*  padding-inline-start: 2px;
+  padding-inline-end: 2px;*/
+}
+
 #search-button > .button-box > .button-icon {
   display: -moz-box;
 }
@@ -580,18 +602,6 @@ 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 {