sync both themes with suite classic changes in SeaMonkey 2.24 cycle
[themes.git] / LCARStrek / communicator / communicator.css
index ef4b2905518203c0fe40beba92a2c2ee1677763c..a8692b5bf18d6bdb1e1d805959d5ff0de3881146 100644 (file)
@@ -41,6 +41,20 @@ menubar[xpfe="false"] {
   max-height: 25em;
 }
 
+textbox[autocompletesearch="history file"] .autocomplete-treebody::-moz-tree-image(treecolAutoCompleteValue) {
+  width: 16px;
+  height: 16px;
+  margin-left: 1px;
+}
+
+textbox[autocompletesearch="history file"] .autocomplete-treebody::-moz-tree-image(treecolAutoCompleteValue, directory) {
+  list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
+}
+
+textbox[autocompletesearch="history file"] .autocomplete-treebody::-moz-tree-image(treecolAutoCompleteValue, file) {
+  list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
+}
+
 /* ::::: online/offline icons ::::: */
 
 #offline-status[offline="true"] {
@@ -156,6 +170,7 @@ toolbar[iconsize="small"] > #print-button:not([disabled="true"]):hover:active {
 
 .messageImage[value="blocked-plugins"],
 .messageImage[value="carbon-failure-plugins"],
+.messageImage[value="disabled-plugins"],
 .messageImage[value="missing-plugins"],
 .messageImage[value="outdated-plugins"],
 .messageImage[value="click-to-play-plugins"],
@@ -210,3 +225,12 @@ toolbar[iconsize="small"] > #print-button:not([disabled="true"]):hover:active {
 .messageImage[value="MixedDisplayContentMessage"] {
   list-style-image: url("chrome://communicator/skin/icons/lock-broken-16.png");
 }
+
+/* ::::: tree rows ::::: */
+
+@media (-moz-windows-default-theme) {
+  treechildren:not(.autocomplete-treebody)::-moz-tree-row {
+    height: 1.3em !important;
+    border-width: 1px !important;
+  }
+}