From: Robert Kaiser Date: Fri, 13 Feb 2009 00:53:34 +0000 (+0100) Subject: remove rules that are only for compat with older apps than LCARtrek and EarlyBlue... X-Git-Tag: LCARStrek-2.0a3~7 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=2eca4504888aff6e1590f12ae5758ec283e805ab remove rules that are only for compat with older apps than LCARtrek and EarlyBlue support nowadays --- 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) {