make prefs work right for FF4
[themes.git] / LCARStrek / chatzilla / chatzilla.css
index c6c9dafcedcefe748c90780cd170b736a4053925..0ec23c159f2ae87315d89e41a5c7e6fe8e2357a7 100644 (file)
@@ -64,7 +64,7 @@ window {
 
 #input-widget,
 #input-widget-multiline {
-  -moz-border-radius: 5px;
+  border-radius: 5px;
   border: 1px solid #9C9CFF;
 }
 
@@ -136,7 +136,7 @@ window {
 }
 
 .output-container {
-  -moz-border-radius: 5px;
+  border-radius: 5px;
   border: 1px solid #9C9CFF;
 }
 
@@ -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) {
 }