summaryrefslogtreecommitdiffabout
path: root/content/fireflix.css
Unidiff
Diffstat (limited to 'content/fireflix.css') (more/less context) (ignore whitespace changes)
-rw-r--r--content/fireflix.css13
1 files changed, 6 insertions, 7 deletions
diff --git a/content/fireflix.css b/content/fireflix.css
index 4fba5d3..ab90c11 100644
--- a/content/fireflix.css
+++ b/content/fireflix.css
@@ -1,6 +1,6 @@
1.generated.wholething, 1html#help,
2.about.wholething, 2.generated.wholething, .about.wholething /* XXX:,
3tabbox, tabpanels, tabpanel { 3tabbox, tabpanels, tabpanel */ {
4 background: url("background.jpeg"); 4 background: url("background.jpeg");
5} 5}
6tabpanels { 6tabpanels {
@@ -9,18 +9,17 @@ tabpanels {
9 9
10tree { 10tree {
11 margin-top: 2px; 11 margin-top: 2px;
12 background: rgb(12,167,0); 12 color: #2d354a;
13 color: rgb(255,255,0);
14 font-size: 90%; 13 font-size: 90%;
15} 14}
16tree treechildren { /* for windows */ 15tree treechildren { /* for windows */
17 background: rgb(12,167,0); 16 background: #c5ffc5;
18} 17}
19 18
20tree#uploadlist treechildren::-moz-tree-cell-text(pending) { 19tree#uploadlist treechildren::-moz-tree-cell-text(pending) {
21} 20}
22tree#uploadlist treechildren::-moz-tree-cell-text(completed) { 21tree#uploadlist treechildren::-moz-tree-cell-text(completed) {
23 color: white; 22 color: black;
24} 23}
25tree#uploadlist treechildren::-moz-tree-row(failed) { 24tree#uploadlist treechildren::-moz-tree-row(failed) {
26 background: yellow; 25 background: yellow;