remove rules that are only for compat with older apps than LCARtrek and EarlyBlue...
[themes.git] / LCARStrek / chatzilla / chatzilla.css
index c6c9dafcedcefe748c90780cd170b736a4053925..9d3a9800871f0085eb8aa5149623613f43f56ae1 100644 (file)
@@ -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) {
 }