summaryrefslogtreecommitdiff
path: root/src/chrome/os/darwin/tree.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/chrome/os/darwin/tree.css')
-rw-r--r--src/chrome/os/darwin/tree.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/chrome/os/darwin/tree.css b/src/chrome/os/darwin/tree.css
index 147ec45..836f7f5 100644
--- a/src/chrome/os/darwin/tree.css
+++ b/src/chrome/os/darwin/tree.css
@@ -8,13 +8,13 @@
8 8
9tree { 9tree {
10 color: -moz-DialogText; 10 color: -moz-DialogText;
11 background-color: #FFFFFF; 11 background-color: #000000;
12} 12}
13 13
14/* ::::: tree focusring ::::: */ 14/* ::::: tree focusring ::::: */
15 15
16.focusring > .tree-stack > .tree-rows > .tree-bodybox { 16.focusring > .tree-stack > .tree-rows > .tree-bodybox {
17 border: 1px solid transparent; 17 border: 1px solid transparent;
18} 18}
19 19
20.focusring:focus > .tree-stack > .tree-rows > .tree-bodybox { 20.focusring:focus > .tree-stack > .tree-rows > .tree-bodybox {
@@ -87,7 +87,7 @@ treechildren::-moz-tree-separator {
87tree[seltype="cell"] > treechildren::-moz-tree-cell(primary, dropOn), 87tree[seltype="cell"] > treechildren::-moz-tree-cell(primary, dropOn),
88tree[seltype="text"] > treechildren::-moz-tree-cell(primary, dropOn), 88tree[seltype="text"] > treechildren::-moz-tree-cell(primary, dropOn),
89treechildren::-moz-tree-cell(primary, dropOn) { 89treechildren::-moz-tree-cell(primary, dropOn) {
90 background-color: #A1A1A1 !important; 90 background-color: #020202 !important;
91 color: #FFF !important; 91 color: #FFF !important;
92 background-image: none; 92 background-image: none;
93} 93}
@@ -98,7 +98,7 @@ treechildren::-moz-tree-cell-text(primary, dropOn) {
98} 98}
99 99
100treechildren::-moz-tree-drop-feedback { 100treechildren::-moz-tree-drop-feedback {
101 background-color: #A1A1A1; 101 background-color: #020202;
102} 102}
103 103
104/* ::::: tree progress meter ::::: */ 104/* ::::: tree progress meter ::::: */
@@ -131,7 +131,7 @@ treecolpicker:hover:active {
131 -moz-border-right-colors: ThreeDDarkShadow; 131 -moz-border-right-colors: ThreeDDarkShadow;
132 -moz-border-bottom-colors: ThreeDDarkShadow; 132 -moz-border-bottom-colors: ThreeDDarkShadow;
133 -moz-border-left-colors: ThreeDDarkShadow ThreeDShadow; 133 -moz-border-left-colors: ThreeDDarkShadow ThreeDShadow;
134 background-color: #666666; 134 background-color: #000000;
135} 135}
136 136
137/* ::::: column drag and drop styles ::::: */ 137/* ::::: column drag and drop styles ::::: */
@@ -178,4 +178,4 @@ treechildren.gridlines::-moz-tree-cell {
178 margin: 0; 178 margin: 0;
179 margin-inline-start: -2px; 179 margin-inline-start: -2px;
180 padding: 2px 1px 1px; 180 padding: 2px 1px 1px;
181} \ No newline at end of file 181}