fifth part of syncing LCARStrek with Firefox 42-44 windows theme changes
[themes.git] / EarlyBlue / global / tree.css
index 557667ce5814fd31f6271ff5d8b01e9e977c750c..f9265dfe73a928ea6ad8c289606b80b4308bb229 100644 (file)
@@ -1,52 +1,17 @@
-/* ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0/LGPL 2.1
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is "Classic" theme of mozilla.org code.
- *
- * The Initial Developer of the Original Code is
- * the Mozilla Organization.
- * Portions created by the Initial Developer are Copyright (C) 1998-2001
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- *   Robert Kaiser <KaiRo@KaiRo.at>
- *   Joe Hewitt (hewitt@netscape.com)
- *   Dean Tessman (dean_tessman@hotmail.com)
- *
- * Alternatively, the contents of this file may be used under the terms of
- * either the GNU General Public License Version 2 or later (the "GPL"), or
- * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
- * in which case the provisions of the GPL or the LGPL are applicable instead
- * of those above. If you wish to allow use of your version of this file only
- * under the terms of either the GPL or the LGPL, and not to allow others to
- * use your version of this file under the terms of the MPL, indicate your
- * decision by deleting the provisions above and replace them with the notice
- * and other provisions required by the GPL or the LGPL. If you do not delete
- * the provisions above, a recipient may use your version of this file under
- * the terms of any one of the MPL, the GPL or the LGPL.
- *
- * ***** END LICENSE BLOCK ***** */
-
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
 /* ===== tree.css =======================================================
   == Styles used by the XUL tree element.
   ======================================================================= */
 
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+
 /* ::::: tree ::::: */
 
 tree {
-  border-spacing: 0px;
+  margin: 0px;
   border: 1px inset #CCD0DD;
   background-color: #FFFFFF;
   color: #000000;
@@ -54,15 +19,13 @@ tree {
 
 /* ::::: tree focusring ::::: */
 
-/* deactivated, looks too bad for me in EarlyBlue
 .focusring > .tree-stack > .tree-rows > .tree-bodybox {
   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;
 }
-*/
 
 /* ::::: tree rows ::::: */
 
@@ -98,7 +61,7 @@ tree[seltype="text"] > treechildren::-moz-tree-row {
 /* ::::: tree cells ::::: */
 
 treechildren::-moz-tree-cell {
-  padding: 0px 2px 0px 2px;
+  padding: 0px 2px;
 }
 
 tree[seltype="cell"] > treechildren::-moz-tree-cell-text,
@@ -113,12 +76,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) {
@@ -173,18 +136,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 ::::: */
 
@@ -196,10 +157,13 @@ treechildren::-moz-tree-separator {
 
 /* ::::: drop feedback ::::: */
 
+treechildren::-moz-tree-row(dropOn) {
+  background-color: #336699;
+}
+
 tree[seltype="cell"] > treechildren::-moz-tree-cell-text(primary, dropOn),
 tree[seltype="text"] > treechildren::-moz-tree-cell-text(primary, dropOn),
 treechildren::-moz-tree-cell-text(dropOn) {
-  background-color: #336699;
   color: #FFFFFF;
 }
 
@@ -207,7 +171,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) {
@@ -262,7 +226,7 @@ treecolpicker {
 }
 
 .treecol-image {
-  padding: 1px;
+  padding: 1px;
 }
 
 .treecol-text {
@@ -279,7 +243,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 {
@@ -287,7 +254,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 ::::: */
@@ -298,20 +268,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 :::::  */
@@ -321,12 +293,12 @@ treechildren::-moz-tree-column(insertafter) {
   width: 8px;  /* The image's width is 7 pixels */
 }
 
-.treecol-sortdirection[sortDirection="ascending"] {
+treecol:not([hideheader="true"]) > .treecol-sortdirection[sortDirection="ascending"] {
   list-style-image: url("chrome://global/skin/tree/sort-asc.gif");
 }
 
-.treecol-sortdirection[sortDirection="descending"] {
-  list-style-image: url("chrome://global/skin/tree/sort-dsc.gif");
+treecol:not([hideheader="true"]) > .treecol-sortdirection[sortDirection="descending"] {
+  list-style-image: url("chrome://global/skin/tree/sort-desc.gif");
 }
 
 /* ::::: column picker :::::  */
@@ -338,7 +310,7 @@ treechildren::-moz-tree-column(insertafter) {
 /* ::::: 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");
@@ -390,8 +362,8 @@ treechildren::-moz-tree-cell-text(selected, editing) {
 }
 
 .tree-input {
-  -moz-appearance: none;
   border: 1px solid #336699;
-  margin: 0 0 0 -4px;
+  margin: 0;
+  -moz-margin-start: -4px;
   padding: 1px;
 }