adjust both themes for SeaMonkey 2.7 changes, i.e. bug 576402
[themes.git] / EarlyBlue / global / tree.css
index 02bd12880a7a5d3bea0a4ab3a654fd561f85d880..3a96fe18011f0bec85857f1d10d57358516bef35 100644 (file)
@@ -58,7 +58,7 @@ tree {
   border: 1px solid transparent;
 }
 
-.focusring:focus > .tree-stack > .tree-rows > .tree-bodybox {
+.focusring:-moz-focusring > .tree-stack > .tree-rows > .tree-bodybox {
   border: 1px solid #000000;
 }
 
@@ -111,12 +111,12 @@ treechildren::-moz-tree-cell-text(selected) {
 
 tree[seltype="cell"] > treechildren::-moz-tree-cell {
   border: 1px solid transparent;
-  padding: 0px 1px 0px 1px;
+  padding: 0px 1px;
 }
 
 tree[seltype="text"] > treechildren::-moz-tree-cell-text {
   border: 1px solid transparent;
-  padding: 0px 1px 1px 1px;
+  padding: 0px 1px 1px;
 }
 
 tree[seltype="cell"] > treechildren::-moz-tree-cell(active, selected) {
@@ -171,18 +171,16 @@ treechildren::-moz-tree-line {
   visibility: hidden;
 }
 
-/*
 tree[seltype="cell"] > treechildren::-moz-tree-line,
 tree[seltype="text"] > treechildren::-moz-tree-line,
 treechildren::-moz-tree-line {
-  border: 1px dotted grey;
+  border: 1px dotted #CCD0DD;
 }
 
 tree[seltype="cell"] > treechildren::-moz-tree-line(active, selected, focus),
 treechildren::-moz-tree-line(selected, focus) {
-  border: 1px dotted black;
+  border: 1px dotted #666699;
 }
-*/
 
 /* ::::: tree separator ::::: */
 
@@ -205,7 +203,7 @@ treechildren::-moz-tree-drop-feedback {
   background-color: #336699;
   width: 50px;
   height: 2px;
-  margin-left: 5px;
+  -moz-margin-start: 5px;
 }
 
 treechildren::-moz-tree-drop-feedback(selected) {
@@ -277,7 +275,10 @@ treecol[hideheader="true"] {
 
 treecol:hover:active {
   border: 1px solid #666699;
-  padding: 2px 3px 0px 5px;
+  padding-top: 2px;
+  padding-bottom: 0px;
+  -moz-padding-start: 5px;
+  -moz-padding-end: 3px;
 }
 
 treecolpicker:hover:active {
@@ -285,7 +286,10 @@ treecolpicker:hover:active {
 }
 
 .treecol-image:hover:active {
-  padding: 2px 0px 0px 2px;
+  padding-top: 2px;
+  padding-bottom: 0px;
+  -moz-padding-start: 2px;
+  -moz-padding-end: 0px;
 }
 
 /* ::::: column drag and drop styles ::::: */
@@ -296,20 +300,22 @@ treecol[dragging="true"] {
   color: #000000;
 }
 
-treecol[insertafter="true"] {
+treecol[insertafter="true"]:-moz-locale-dir(ltr),
+treecol[insertbefore="true"]:-moz-locale-dir(rtl) {
   border-right: 1px solid #000000;
 }
 
-treecol[insertbefore="true"] {
+treecol[insertafter="true"]:-moz-locale-dir(rtl),
+treecol[insertbefore="true"]:-moz-locale-dir(ltr) {
   border-left: 1px solid #000000;
 }
 
 treechildren::-moz-tree-column(insertbefore) {
-  border-left: 1px solid #000000;
+  -moz-border-start: 1px solid #000000;
 }
 
 treechildren::-moz-tree-column(insertafter) {
-  border-right: 1px solid #000000;
+  -moz-border-end: 1px solid #000000;
 }
 
 /* ::::: sort direction indicator :::::  */
@@ -336,7 +342,7 @@ treecol:not([hideheader="true"]) > .treecol-sortdirection[sortDirection="descend
 /* ::::: twisty :::::  */
 
 treechildren::-moz-tree-twisty {
-  padding-right: 2px;
+  -moz-padding-end: 2px;
   padding-top: 1px;
   width: 11px; /* The image's width is 11 pixels */
   list-style-image: url("chrome://global/skin/tree/twisty-closed.gif");
@@ -362,41 +368,6 @@ treechildren.gridlines::-moz-tree-row {
   border: none;
 }
 
-/* ::::: Name (what is that?) ::::: */
-
-treechildren::-moz-tree-image(Name) {
-  padding-right: 2px;
-}
-
-treechildren::-moz-tree-image(Name) {
-  margin: 0px 1px;
-  list-style-image: url("chrome://global/skin/filepicker/file.gif") !important;
-}
-
-treechildren::-moz-tree-image(Name, container) {
-  list-style-image: url("chrome://global/skin/filepicker/dir-closed.gif") !important;
-}
-
-treechildren::-moz-tree-image(Name, open) {
-  list-style-image: url("chrome://global/skin/filepicker/dir-open.gif") !important;
-}
-
-treechildren::-moz-tree-image(Name, separator) {
-  list-style-image: none;
-  width: 0px !important;
-  height: 0px !important;
-  margin: 0px 0px;
-}
-
-treechildren::-moz-tree-cell-text(Name, separator) {
-  color: #666699;
-  margin: 0px 3px;
-}
-
-treechildren::-moz-tree-cell-text(Name, separator, selected, focus) {
-  color: #FFFFFF;
-}
-
 /* ::::: alternating background ::::: */
 
 treechildren[alternatingbackground="true"]::-moz-tree-row(odd) {
@@ -424,6 +395,7 @@ treechildren::-moz-tree-cell-text(selected, editing) {
 
 .tree-input {
   border: 1px solid #336699;
-  margin: 0 0 0 -4px;
+  margin: 0;
+  -moz-margin-start: -4px;
   padding: 1px;
 }