sync both themes with suite classic changes in SeaMonkey 2.24 cycle
authorRobert Kaiser <robert@widebook.box.kairo.at>
Sun, 22 Dec 2013 22:29:55 +0000 (23:29 +0100)
committerRobert Kaiser <robert@widebook.box.kairo.at>
Sun, 22 Dec 2013 22:29:55 +0000 (23:29 +0100)
EarlyBlue/communicator/communicator.css
EarlyBlue/communicator/profile/profile.css
EarlyBlue/messenger/messageBody.css
LCARStrek/communicator/communicator.css
LCARStrek/communicator/profile/profile.css
LCARStrek/messenger/messageBody.css

index 9411efa40a3c2c68fadb59a3e88b6d39302d48a8..71f2171e864ee92474ff3cdae87144c7ea2f946e 100644 (file)
   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"] {
@@ -120,6 +134,7 @@ toolbar[iconsize="small"] > #print-button[disabled="true"] {
 
 .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"],
@@ -174,3 +189,12 @@ toolbar[iconsize="small"] > #print-button[disabled="true"] {
 .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;
+  }
+}
index cd45f5ecf630d93d3685a25e9798c33591540b67..b652e532e3bfab8c63b737469648eb88a88f8f96 100644 (file)
@@ -16,7 +16,8 @@ treechildren::-moz-tree-image(rowMigrate-no) {
 }
 
 /* profile selection dialog */
-#intro {
+#intro,
+#label {
   width: 17em;
 }
 
index fe21912373ecbf001aa28992270c330aaa761160..26ced551daee31f5813a9e1ebbeb8b99b24c4ffb 100644 (file)
   .moz-signature {
     opacity: 0.5;
   }
+
+  .moz-txt-sig .moz-txt-sig,
+  .moz-signature .moz-signature {
+    opacity: 1.0;
+  }
 }
 
 /* ::::: vcard ::::: */
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;
+  }
+}
index 6af2db5c6c3b7834ffbfc908964b19b6bb5fa61a..5c924d3acdd7e3b5858c6bad2df5f9454cb33629 100644 (file)
@@ -63,7 +63,8 @@ treechildren::-moz-tree-image(rowMigrate-no) {
 }
 
 /* profile selection dialog */
-#intro {
+#intro,
+#label {
   width: 17em;
 }
 
index 580e70c24957c011c58d1c0b66b369ed1e6ddaaa..117fae4a2d47d1bc699876839361508f5c84ba1f 100644 (file)
   .moz-signature {
     opacity: 0.5;
   }
+
+  .moz-txt-sig .moz-txt-sig,
+  .moz-signature .moz-signature {
+    opacity: 1.0;
+  }
 }
 
 /* ::::: vcard ::::: */