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