toolbar textbox:-moz-lwtheme:not([focused="true"]) {
opacity: .8;
}
+
+treecols:-moz-lwtheme {
+ text-shadow: none;
+ color: #000000;
+ background-color: #CCD0DD;
+}
/* ::::: border adjustments ::::: */
-#dirTree, #abResultsTree {
- border: none;
- margin: 0px;
-}
-
-#resultsTree {
+#abResultsTree {
/* border-left: 1px solid ThreeDShadow; */
}
padding: 0.5em 0 1.0em;
}
-#resultsTree {
+#abResultsTree {
min-width: 10px;
}
/* ::::: lightweight themes ::::: */
-#msgHeaderView:-moz-lwtheme,
-treecols:-moz-lwtheme {
+#msgHeaderView:-moz-lwtheme {
text-shadow: none;
- color: -moz-dialogtext;
- background-color: -moz-dialog;
+ color: #000000;
+ background-color: #CCD0DD;
}
toolbar textbox:-moz-lwtheme:not([focused="true"]) {
opacity: .8;
}
+
+treecols:-moz-lwtheme {
+ text-shadow: none;
+ color: #000000;
+ background-color: #9C9CFF;
+}
border: none;
}
-#dirTree, #abResultsTree {
- border: none;
- margin: 0px;
-}
-
-#resultsTree {
+#abResultsTree {
/* border-left: 1px solid ThreeDShadow; */
}
padding: 0.5em 0 1.0em;
}
-#resultsTree {
+#abResultsTree {
min-width: 10px;
}
/* ::::: lightweight themes ::::: */
-#msgHeaderView:-moz-lwtheme,
-treecols:-moz-lwtheme {
+#msgHeaderView:-moz-lwtheme {
text-shadow: none;
- color: -moz-dialogtext;
- background-color: -moz-dialog;
+ color: #000000;
+ background-color: #9C9CFF;
}