adapt both themes for minimal changes between SeaMonkey 2.3 and 2.4
[themes.git] / LCARStrek / global / tree.css
index b5c035c86a53ca331fdbfc773a2d832ae2df7557..1831ce700f6e87b6c516e49f7607dcb0340e63fa 100644 (file)
@@ -46,7 +46,7 @@
 /* ::::: tree ::::: */
 
 tree {
-  -moz-border-radius: 5px;
+  border-radius: 5px;
   margin: 0px;
   border: 1px solid #9C9CFF;
   background-color: #000000;
@@ -56,11 +56,12 @@ tree {
 /* ::::: tree focusring ::::: */
 
 .focusring > .tree-stack > .tree-rows > .tree-bodybox {
-  border: 1px solid transparent;
+  outline: 1px solid transparent;
+  outline-offset: -1px;
 }
 
-.focusring:focus > .tree-stack > .tree-rows > .tree-bodybox {
-  border: 1px dotted #008484;
+.focusring:-moz-focusring > .tree-stack > .tree-rows > .tree-bodybox {
+  outline: 1px dotted #008484;
 }
 
 /* ::::: tree rows ::::: */
@@ -83,7 +84,7 @@ treechildren::-moz-tree-row(selected, focus) {
 }
 
 treechildren::-moz-tree-row(current, focus) {
-  border: 1px dotted #FF9F00;
+  border: 1px dotted #008484;
 }
 
 treechildren::-moz-tree-row(selected, current, focus) {
@@ -157,11 +158,11 @@ tree[seltype="text"] > treechildren::-moz-tree-cell-text(active, selected, focus
 }
 
 tree[seltype="cell"] > treechildren::-moz-tree-cell(active, current, focus) {
-  border: 1px dotted #FF9F00;
+  border: 1px dotted #008484;
 }
 
 tree[seltype="text"] > treechildren::-moz-tree-cell-text(active, current, focus) {
-  border: 1px dotted #FF9F00;
+  border: 1px dotted #008484;
 }
 
 tree[seltype="cell"] > treechildren::-moz-tree-cell(active, selected, current, focus) {
@@ -259,18 +260,18 @@ treecol {
 }
 
 treecol:first-child {
-  -moz-border-radius-topleft: 3px;
+  border-top-left-radius: 3px;
 }
 
-treecol:last-child {
-  -moz-border-radius-topright: 3px;
+tree[hidecolumnpicker] treecol:last-child {
+  border-top-right-radius: 3px;
 }
 
 treecolpicker {
-  -moz-border-radius-topright: 3px;
+  border-top-right-radius: 3px;
   -moz-box-align: center;
   -moz-box-pack: center;
-  border: 1px solid transparent;
+  border: 1px solid #FF9F00;
   background-color: #000000;
   padding: 1px 0px;
 }
@@ -323,20 +324,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 #FFCF00;
 }
 
-treecol[insertbefore="true"] {
+treecol[insertafter="true"]:-moz-locale-dir(rtl),
+treecol[insertbefore="true"]:-moz-locale-dir(ltr) {
   border-left: 1px solid #FFCF00;
 }
 
 treechildren::-moz-tree-column(insertbefore) {
-  border-left: 1px solid #FFCF00;
+  -moz-border-start: 1px solid #FFCF00;
 }
 
 treechildren::-moz-tree-column(insertafter) {
-  border-right: 1px solid #FFCF00;
+  -moz-border-end: 1px solid #FFCF00;
 }
 
 /* ::::: sort direction indicator :::::  */