X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fskin%2FLCARStrek%2Fglobal%2FlinkTree.css;fp=LCARStrek%2Fskin%2FLCARStrek%2Fglobal%2FlinkTree.css;h=4c7f2e65a2ab6b2b276391e98346bc6703caa7db;hp=0000000000000000000000000000000000000000;hb=3c30e09ec8f11f7db9feecc16d101f9b9f50f209;hpb=613a86e80f09c2eeef7a7ec37d175323c739c978 diff --git a/LCARStrek/skin/LCARStrek/global/linkTree.css b/LCARStrek/skin/LCARStrek/global/linkTree.css new file mode 100644 index 00000000..4c7f2e65 --- /dev/null +++ b/LCARStrek/skin/LCARStrek/global/linkTree.css @@ -0,0 +1,28 @@ + + +/** + * All the properties in this rule are important to avoid having to create + * a special type of tree. This stylesheet can be loaded into a document with + * a single tree that is a link tree. Hardly elegant but it's efficient. + */ +treeitem[selected="true"] > treerow + { + background : transparent !important; + border : none !important; + color : -moz-FieldText !important; + } + +treecell:hover + { + text-decoration : underline !important; + color : #000080 !important; + cursor : pointer; + } + +treecell:hover:active + { + text-decoration : underline !important; + color : red !important; + } + +