From 41d39823cf8a9e08ad17b9863e5e3ed88df0ac4e Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Sun, 12 Nov 2006 21:32:21 +0000 Subject: made UI look boring git-svn-id: http://svn.klever.net/kin/fireflix/trunk@214 fe716a7a-6dde-0310-88d9-d003556173a8 --- diff --git a/NEWS.xml b/NEWS.xml index 9efb4d1..e21ac2f 100644 --- a/NEWS.xml +++ b/NEWS.xml @@ -2,7 +2,7 @@ Added the word 'sidebar' to the extension name so that you don't have to look hard for it - UI polishing + UI polishing, including making it more boring code cosmetics 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 @@ -.generated.wholething, -.about.wholething, -tabbox, tabpanels, tabpanel { +html#help, +.generated.wholething, .about.wholething /* XXX:, +tabbox, tabpanels, tabpanel */ { background: url("background.jpeg"); } tabpanels { @@ -9,18 +9,17 @@ tabpanels { tree { margin-top: 2px; - background: rgb(12,167,0); - color: rgb(255,255,0); + color: #2d354a; font-size: 90%; } tree treechildren { /* for windows */ - background: rgb(12,167,0); + background: #c5ffc5; } tree#uploadlist treechildren::-moz-tree-cell-text(pending) { } tree#uploadlist treechildren::-moz-tree-cell-text(completed) { - color: white; + color: black; } tree#uploadlist treechildren::-moz-tree-row(failed) { background: yellow; diff --git a/content/help.xml b/content/help.xml index e71cd99..51e4ce5 100644 --- a/content/help.xml +++ b/content/help.xml @@ -1,5 +1,5 @@ - + Fireflix -- cgit v0.9.0.2