Dears,
I have the following CSS in Style.css file (All pages in the project have a link to Style.css file)
I want to apply it on one specific RadTreeView only. How can I specify the ID selector
I have the following CSS in Style.css file (All pages in the project have a link to Style.css file)
.RadTreeView .rtLI { padding-bottom: 10px; } .RadTreeView .rtUL .rtUL { margin-top: 10px; } .RadTreeView .rtLast { padding-bottom: 0; /* prevent double-spacing */ } I want to apply it on one specific RadTreeView only. How can I specify the ID selector
