-rw-r--r-- | NEWS.xml | 2 | ||||
-rw-r--r-- | content/fireflix.css | 13 | ||||
-rw-r--r-- | content/help.xml | 2 |
3 files changed, 8 insertions, 9 deletions
@@ -4,3 +4,3 @@ <ni>Added the word 'sidebar' to the extension name so that you don't have to look hard for it</ni> - <ni>UI polishing</ni> + <ni>UI polishing, including making it more boring</ni> <ni>code cosmetics</ni> diff --git a/content/fireflix.css b/content/fireflix.css index 4fba5d3..ab90c11 100644 --- a/content/fireflix.css +++ b/content/fireflix.css @@ -1,4 +1,4 @@ -.generated.wholething, -.about.wholething, -tabbox, tabpanels, tabpanel { +html#help, +.generated.wholething, .about.wholething /* XXX:, +tabbox, tabpanels, tabpanel */ { background: url("background.jpeg"); @@ -11,4 +11,3 @@ tree { margin-top: 2px; - background: rgb(12,167,0); - color: rgb(255,255,0); + color: #2d354a; font-size: 90%; @@ -16,3 +15,3 @@ tree { tree treechildren { /* for windows */ - background: rgb(12,167,0); + background: #c5ffc5; } @@ -22,3 +21,3 @@ tree#uploadlist treechildren::-moz-tree-cell-text(pending) { tree#uploadlist treechildren::-moz-tree-cell-text(completed) { - color: white; + color: black; } diff --git a/content/help.xml b/content/help.xml index e71cd99..51e4ce5 100644 --- a/content/help.xml +++ b/content/help.xml @@ -1,3 +1,3 @@ <?xml version="1.0" encoding="utf-8"?> -<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> +<html id="help" xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> |