From 2eca4504888aff6e1590f12ae5758ec283e805ab Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Fri, 13 Feb 2009 01:53:34 +0100 Subject: [PATCH] remove rules that are only for compat with older apps than LCARtrek and EarlyBlue support nowadays --- EarlyBlue/chatzilla/chatzilla.css | 56 ----------------------------- EarlyBlue/chatzilla/output-dark.css | 7 ---- LCARStrek/chatzilla/chatzilla.css | 56 ----------------------------- LCARStrek/chatzilla/output-dark.css | 7 ---- 4 files changed, 126 deletions(-) diff --git a/EarlyBlue/chatzilla/chatzilla.css b/EarlyBlue/chatzilla/chatzilla.css index d398f517..72f08957 100644 --- a/EarlyBlue/chatzilla/chatzilla.css +++ b/EarlyBlue/chatzilla/chatzilla.css @@ -149,121 +149,65 @@ treecol { */ /* no mode */ -treechildren:-moz-tree-image { - list-style-image: url("chrome://chatzilla/skin/images/no-symbol.png"); -} - treechildren::-moz-tree-image { list-style-image: url("chrome://chatzilla/skin/images/no-symbol.png"); } -#user-list[mode="graphic"] treechildren:-moz-tree-image { - list-style-image: url("chrome://chatzilla/skin/images/no-graphic.png"); -} - #user-list[mode="graphic"] treechildren::-moz-tree-image { list-style-image: url("chrome://chatzilla/skin/images/no-graphic.png"); } /* voice */ -treechildren:-moz-tree-image(voice-true) { - list-style-image: url("chrome://chatzilla/skin/images/voice-symbol.png"); -} - treechildren::-moz-tree-image(voice-true) { list-style-image: url("chrome://chatzilla/skin/images/voice-symbol.png"); } -#user-list[mode="graphic"] treechildren:-moz-tree-image(voice-true) { - list-style-image: url("chrome://chatzilla/skin/images/voice-graphic.png"); -} - #user-list[mode="graphic"] treechildren::-moz-tree-image(voice-true) { list-style-image: url("chrome://chatzilla/skin/images/voice-graphic.png"); } /* half-chanop */ -treechildren:-moz-tree-image(halfop-true) { - list-style-image: url("chrome://chatzilla/skin/images/halfop-symbol.png"); -} - treechildren::-moz-tree-image(halfop-true) { list-style-image: url("chrome://chatzilla/skin/images/halfop-symbol.png"); } -#user-list[mode="graphic"] treechildren:-moz-tree-image(halfop-true) { - list-style-image: url("chrome://chatzilla/skin/images/halfop-graphic.png"); -} - #user-list[mode="graphic"] treechildren::-moz-tree-image(halfop-true) { list-style-image: url("chrome://chatzilla/skin/images/halfop-graphic.png"); } /* chanop */ -treechildren:-moz-tree-image(op-true) { - list-style-image: url("chrome://chatzilla/skin/images/op-symbol.png"); -} - treechildren::-moz-tree-image(op-true) { list-style-image: url("chrome://chatzilla/skin/images/op-symbol.png"); } -#user-list[mode="graphic"] treechildren:-moz-tree-image(op-true) { - list-style-image: url("chrome://chatzilla/skin/images/op-graphic.png"); -} - #user-list[mode="graphic"] treechildren::-moz-tree-image(op-true) { list-style-image: url("chrome://chatzilla/skin/images/op-graphic.png"); } /* admin */ -treechildren:-moz-tree-image(admin-true) { - list-style-image: url("chrome://chatzilla/skin/images/admin-symbol.png"); -} - treechildren::-moz-tree-image(admin-true) { list-style-image: url("chrome://chatzilla/skin/images/admin-symbol.png"); } -#user-list[mode="graphic"] treechildren:-moz-tree-image(admin-true) { - list-style-image: url("chrome://chatzilla/skin/images/admin-graphic.png"); -} - #user-list[mode="graphic"] treechildren::-moz-tree-image(admin-true) { list-style-image: url("chrome://chatzilla/skin/images/admin-graphic.png"); } /* founder */ -treechildren:-moz-tree-image(founder-true) { - list-style-image: url("chrome://chatzilla/skin/images/founder-symbol.png"); -} - treechildren::-moz-tree-image(founder-true) { list-style-image: url("chrome://chatzilla/skin/images/founder-symbol.png"); } -#user-list[mode="graphic"] treechildren:-moz-tree-image(founder-true) { - list-style-image: url("chrome://chatzilla/skin/images/founder-graphic.png"); -} - #user-list[mode="graphic"] treechildren::-moz-tree-image(founder-true) { list-style-image: url("chrome://chatzilla/skin/images/founder-graphic.png"); } /* away */ -treechildren:-moz-tree-cell-text(away-true) { - color: #808080; - font-style: italic; -} - treechildren::-moz-tree-cell-text(away-true) { color: #808080; font-style: italic; } -treechildren:-moz-tree-cell-text(away-false) { -} - treechildren::-moz-tree-cell-text(away-false) { } diff --git a/EarlyBlue/chatzilla/output-dark.css b/EarlyBlue/chatzilla/output-dark.css index 6c160dea..80a856f6 100644 --- a/EarlyBlue/chatzilla/output-dark.css +++ b/EarlyBlue/chatzilla/output-dark.css @@ -82,13 +82,6 @@ treechildren { } /* For Mac, who's theme sucks. */ -treechildren:-moz-tree-row(unselected), -treechildren:-moz-tree-cell(unselected), -treechildren:-moz-tree-cell-text(unselected) { - border-color: black !important; - background: black !important; - color: white !important; -} treechildren::-moz-tree-row(unselected), treechildren::-moz-tree-cell(unselected), treechildren::-moz-tree-cell-text(unselected) { diff --git a/LCARStrek/chatzilla/chatzilla.css b/LCARStrek/chatzilla/chatzilla.css index c6c9dafc..9d3a9800 100644 --- a/LCARStrek/chatzilla/chatzilla.css +++ b/LCARStrek/chatzilla/chatzilla.css @@ -153,121 +153,65 @@ treecol { */ /* no mode */ -treechildren:-moz-tree-image { - list-style-image: url("chrome://chatzilla/skin/images/no-symbol.png"); -} - treechildren::-moz-tree-image { list-style-image: url("chrome://chatzilla/skin/images/no-symbol.png"); } -#user-list[mode="graphic"] treechildren:-moz-tree-image { - list-style-image: url("chrome://chatzilla/skin/images/no-graphic.png"); -} - #user-list[mode="graphic"] treechildren::-moz-tree-image { list-style-image: url("chrome://chatzilla/skin/images/no-graphic.png"); } /* voice */ -treechildren:-moz-tree-image(voice-true) { - list-style-image: url("chrome://chatzilla/skin/images/voice-symbol.png"); -} - treechildren::-moz-tree-image(voice-true) { list-style-image: url("chrome://chatzilla/skin/images/voice-symbol.png"); } -#user-list[mode="graphic"] treechildren:-moz-tree-image(voice-true) { - list-style-image: url("chrome://chatzilla/skin/images/voice-graphic.png"); -} - #user-list[mode="graphic"] treechildren::-moz-tree-image(voice-true) { list-style-image: url("chrome://chatzilla/skin/images/voice-graphic.png"); } /* half-chanop */ -treechildren:-moz-tree-image(halfop-true) { - list-style-image: url("chrome://chatzilla/skin/images/halfop-symbol.png"); -} - treechildren::-moz-tree-image(halfop-true) { list-style-image: url("chrome://chatzilla/skin/images/halfop-symbol.png"); } -#user-list[mode="graphic"] treechildren:-moz-tree-image(halfop-true) { - list-style-image: url("chrome://chatzilla/skin/images/halfop-graphic.png"); -} - #user-list[mode="graphic"] treechildren::-moz-tree-image(halfop-true) { list-style-image: url("chrome://chatzilla/skin/images/halfop-graphic.png"); } /* chanop */ -treechildren:-moz-tree-image(op-true) { - list-style-image: url("chrome://chatzilla/skin/images/op-symbol.png"); -} - treechildren::-moz-tree-image(op-true) { list-style-image: url("chrome://chatzilla/skin/images/op-symbol.png"); } -#user-list[mode="graphic"] treechildren:-moz-tree-image(op-true) { - list-style-image: url("chrome://chatzilla/skin/images/op-graphic.png"); -} - #user-list[mode="graphic"] treechildren::-moz-tree-image(op-true) { list-style-image: url("chrome://chatzilla/skin/images/op-graphic.png"); } /* admin */ -treechildren:-moz-tree-image(admin-true) { - list-style-image: url("chrome://chatzilla/skin/images/admin-symbol.png"); -} - treechildren::-moz-tree-image(admin-true) { list-style-image: url("chrome://chatzilla/skin/images/admin-symbol.png"); } -#user-list[mode="graphic"] treechildren:-moz-tree-image(admin-true) { - list-style-image: url("chrome://chatzilla/skin/images/admin-graphic.png"); -} - #user-list[mode="graphic"] treechildren::-moz-tree-image(admin-true) { list-style-image: url("chrome://chatzilla/skin/images/admin-graphic.png"); } /* founder */ -treechildren:-moz-tree-image(founder-true) { - list-style-image: url("chrome://chatzilla/skin/images/founder-symbol.png"); -} - treechildren::-moz-tree-image(founder-true) { list-style-image: url("chrome://chatzilla/skin/images/founder-symbol.png"); } -#user-list[mode="graphic"] treechildren:-moz-tree-image(founder-true) { - list-style-image: url("chrome://chatzilla/skin/images/founder-graphic.png"); -} - #user-list[mode="graphic"] treechildren::-moz-tree-image(founder-true) { list-style-image: url("chrome://chatzilla/skin/images/founder-graphic.png"); } /* away */ -treechildren:-moz-tree-cell-text(away-true) { - color: #8050B0; - font-style: italic; -} - treechildren::-moz-tree-cell-text(away-true) { color: #8050B0; font-style: italic; } -treechildren:-moz-tree-cell-text(away-false) { -} - treechildren::-moz-tree-cell-text(away-false) { } diff --git a/LCARStrek/chatzilla/output-dark.css b/LCARStrek/chatzilla/output-dark.css index 8585eb73..bd0e9ad9 100644 --- a/LCARStrek/chatzilla/output-dark.css +++ b/LCARStrek/chatzilla/output-dark.css @@ -81,13 +81,6 @@ treechildren { } /* For Mac, who's theme sucks. */ -treechildren:-moz-tree-row(unselected), -treechildren:-moz-tree-cell(unselected), -treechildren:-moz-tree-cell-text(unselected) { - border-color: #FFCF00 !important; - background: #FFCF00 !important; - color: #000000 !important; -} treechildren::-moz-tree-row(unselected), treechildren::-moz-tree-cell(unselected), treechildren::-moz-tree-cell-text(unselected) { -- 2.35.3