X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fchatzilla%2Fchatzilla.css;h=0ea174cdb6219124a37ea088f2cb3ed04e3cb0ce;hb=5273e2880cca5f54674a20d582dd34e0b926a5ce;hp=358ff3349e1dba0fdcd15b4885ffc44e014409a4;hpb=731b0901600466dfe54ad97158656e7f18b8f877;p=themes.git diff --git a/LCARStrek/chatzilla/chatzilla.css b/LCARStrek/chatzilla/chatzilla.css index 358ff334..0ea174cd 100644 --- a/LCARStrek/chatzilla/chatzilla.css +++ b/LCARStrek/chatzilla/chatzilla.css @@ -133,19 +133,19 @@ window { } /* op image column */ -treechildren:-moz-tree-image(usercol-op, state-true) { +treechildren::-moz-tree-image(usercol-op, state-true) { list-style-image: url(chrome://chatzilla/skin/images/is-op.gif) } -treechildren:-moz-tree-image(usercol-op, state-false) { +treechildren::-moz-tree-image(usercol-op, state-false) { list-style-image: url(chrome://chatzilla/skin/images/isnt-op.gif) } /* voice image column */ -treechildren:-moz-tree-image(usercol-voice, state-true) { +treechildren::-moz-tree-image(usercol-voice, state-true) { list-style-image: url(chrome://chatzilla/skin/images/is-voice.gif) } -treechildren:-moz-tree-image(usercol-voice, state-false) { +treechildren::-moz-tree-image(usercol-voice, state-false) { list-style-image: url(chrome://chatzilla/skin/images/isnt-voice.gif) }