I have this css code but does not work as expected.
My aim is to applying attributes on tags: table tbody tr td on a speific table only.
Do you have an idea what I’m doing wrong? Thanks for your help
#MainContent_uxTreeView table tbody tr td
{
border-collapse:collapse;
border-spacing: 0px;
margin:0px;
padding:0px;
}
If I understood your problem:
If you want the css to be applied to every tag from list, write them separated by comma: