no reviewer, not part of product, just a test git-svn-id: svn://10.0.0.236/trunk@51102 18797224-902f-48f8-a5cc-f745e15eee43
43 lines
532 B
CSS
43 lines
532 B
CSS
|
|
treeitem[Type="1"] {
|
|
color: green;
|
|
}
|
|
|
|
treeitem[Type="2"] {
|
|
color: red;
|
|
}
|
|
|
|
|
|
treeitem[Type="3"] {
|
|
color: blue;
|
|
}
|
|
|
|
treeitem[Type="leaf"] {
|
|
color: black;
|
|
}
|
|
|
|
treeitem[Type~="content"] {
|
|
color: green;
|
|
font-style: italic;
|
|
}
|
|
|
|
treeitem[Type="contentAttribute"] {
|
|
color: red;
|
|
font-style: italic;
|
|
}
|
|
|
|
treeitem[Type="contentStyleRule"] {
|
|
color: orange;
|
|
font-style: italic;
|
|
}
|
|
|
|
treeitem[Type="style"] {
|
|
color: brown;
|
|
font-style: italic;
|
|
}
|
|
|
|
treeitem[Type="contentMisc"] {
|
|
color:black;
|
|
font-style: italic;
|
|
}
|