diff options
| author | Vineet Kumar <git@vineetk.net> | 2022-08-29 17:02:12 -0400 |
|---|---|---|
| committer | Vineet Kumar <git@vineetk.net> | 2026-05-14 17:02:12 -0400 |
| commit | 199c684366d6cf7431513ff15bae9861166a3a19 (patch) | |
| tree | ab143c779ca20d6ba39be37b2ee2b93b2802cfa2 /src/chrome/global/tree.css | |
| parent | 48c977ab7fcab19dc4da19bba4b209b220c0a33e (diff) | |
Diffstat (limited to 'src/chrome/global/tree.css')
| -rw-r--r-- | src/chrome/global/tree.css | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/src/chrome/global/tree.css b/src/chrome/global/tree.css index 5c4347f..e9c3500 100644 --- a/src/chrome/global/tree.css +++ b/src/chrome/global/tree.css | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | tree { | 13 | tree { |
| 14 | margin: 0px 4px; | 14 | margin: 0px 4px; |
| 15 | border: 1px solid rgb(64,64,64); | 15 | border: 1px solid rgb(64,64,64); |
| 16 | background-color: rgb(0,0,0); | 16 | background-color: #181411; |
| 17 | color: #FFFFFF; | 17 | color: #FFFFFF; |
| 18 | -moz-appearance: none; | 18 | -moz-appearance: none; |
| 19 | } | 19 | } |
| @@ -35,11 +35,11 @@ treechildren::-moz-tree-row { | |||
| 35 | border: 1px solid transparent; | 35 | border: 1px solid transparent; |
| 36 | min-height: 18px; | 36 | min-height: 18px; |
| 37 | height: 1.3em; | 37 | height: 1.3em; |
| 38 | color: #fff !important; | 38 | color: #bfbbb6 !important; |
| 39 | } | 39 | } |
| 40 | 40 | ||
| 41 | treechildren::-moz-tree-cell-text { | 41 | treechildren::-moz-tree-cell-text { |
| 42 | color: #fff !important; | 42 | color: #bfbbb6 !important; |
| 43 | } | 43 | } |
| 44 | 44 | ||
| 45 | treechildren::-moz-tree-row(selected) { | 45 | treechildren::-moz-tree-row(selected) { |
| @@ -73,11 +73,11 @@ treechildren::-moz-tree-cell { | |||
| 73 | tree[seltype="cell"] > treechildren::-moz-tree-cell-text, | 73 | tree[seltype="cell"] > treechildren::-moz-tree-cell-text, |
| 74 | tree[seltype="text"] > treechildren::-moz-tree-cell-text, | 74 | tree[seltype="text"] > treechildren::-moz-tree-cell-text, |
| 75 | treechildren::-moz-tree-cell-text { | 75 | treechildren::-moz-tree-cell-text { |
| 76 | color: #fff; | 76 | color: #bfbbb6; |
| 77 | } | 77 | } |
| 78 | 78 | ||
| 79 | treechildren::-moz-tree-cell-text(selected) { | 79 | treechildren::-moz-tree-cell-text(selected) { |
| 80 | color: #fff; | 80 | color: #bfbbb6; |
| 81 | } | 81 | } |
| 82 | 82 | ||
| 83 | tree[seltype="cell"] > treechildren::-moz-tree-cell { | 83 | tree[seltype="cell"] > treechildren::-moz-tree-cell { |
| @@ -94,16 +94,16 @@ tree[seltype="cell"] > treechildren::-moz-tree-cell(active, selected) { | |||
| 94 | background-color: rgb(1,1,1); | 94 | background-color: rgb(1,1,1); |
| 95 | } | 95 | } |
| 96 | tree[seltype="cell"] > treechildren::-moz-tree-cell-text(active, selected) { | 96 | tree[seltype="cell"] > treechildren::-moz-tree-cell-text(active, selected) { |
| 97 | color: #fff; | 97 | color: #bfbbb6; |
| 98 | } | 98 | } |
| 99 | 99 | ||
| 100 | tree[seltype="text"] > treechildren::-moz-tree-cell-text(active, selected) { | 100 | tree[seltype="text"] > treechildren::-moz-tree-cell-text(active, selected) { |
| 101 | background-color: rgb(1,1,1); | 101 | background-color: rgb(1,1,1); |
| 102 | color: #fff; | 102 | color: #bfbbb6; |
| 103 | } | 103 | } |
| 104 | 104 | ||
| 105 | treechildren::-moz-tree-cell-text(selected, focus) { | 105 | treechildren::-moz-tree-cell-text(selected, focus) { |
| 106 | color: #fff; | 106 | color: #bfbbb6; |
| 107 | } | 107 | } |
| 108 | 108 | ||
| 109 | tree[seltype="cell"] > treechildren::-moz-tree-cell(active, selected, focus) { | 109 | tree[seltype="cell"] > treechildren::-moz-tree-cell(active, selected, focus) { |
| @@ -115,11 +115,11 @@ tree[seltype="text"] > treechildren::-moz-tree-cell-text(active, selected, focus | |||
| 115 | } | 115 | } |
| 116 | 116 | ||
| 117 | tree[seltype="cell"] > treechildren::-moz-tree-cell-text(active, selected, focus) { | 117 | tree[seltype="cell"] > treechildren::-moz-tree-cell-text(active, selected, focus) { |
| 118 | color: #fff; | 118 | color: #bfbbb6; |
| 119 | } | 119 | } |
| 120 | 120 | ||
| 121 | tree[seltype="text"] > treechildren::-moz-tree-cell-text(active, selected, focus) { | 121 | tree[seltype="text"] > treechildren::-moz-tree-cell-text(active, selected, focus) { |
| 122 | color: #fff; | 122 | color: #bfbbb6; |
| 123 | } | 123 | } |
| 124 | 124 | ||
| 125 | tree[seltype="cell"] > treechildren::-moz-tree-cell(active, current, focus) { | 125 | tree[seltype="cell"] > treechildren::-moz-tree-cell(active, current, focus) { |
| @@ -167,7 +167,7 @@ treechildren::-moz-tree-row(dropOn) { | |||
| 167 | tree[seltype="cell"] > treechildren::-moz-tree-cell-text(primary, dropOn), | 167 | tree[seltype="cell"] > treechildren::-moz-tree-cell-text(primary, dropOn), |
| 168 | tree[seltype="text"] > treechildren::-moz-tree-cell-text(primary, dropOn), | 168 | tree[seltype="text"] > treechildren::-moz-tree-cell-text(primary, dropOn), |
| 169 | treechildren::-moz-tree-cell-text(primary, dropOn) { | 169 | treechildren::-moz-tree-cell-text(primary, dropOn) { |
| 170 | color: #fff; | 170 | color: #bfbbb6; |
| 171 | } | 171 | } |
| 172 | 172 | ||
| 173 | treechildren::-moz-tree-drop-feedback { | 173 | treechildren::-moz-tree-drop-feedback { |
| @@ -202,8 +202,8 @@ treecolpicker { | |||
| 202 | -moz-box-align: center; | 202 | -moz-box-align: center; |
| 203 | -moz-box-pack: center; | 203 | -moz-box-pack: center; |
| 204 | border: 1px solid rgb(64,64,64); | 204 | border: 1px solid rgb(64,64,64); |
| 205 | background-color: rgb(0,0,0); | 205 | background-color: #181411; |
| 206 | color: #fff; | 206 | color: #bfbbb6; |
| 207 | padding: 0px 4px; | 207 | padding: 0px 4px; |
| 208 | } | 208 | } |
| 209 | 209 | ||
