html - Css set border none to last table tr -
I have td :
Table TD {border below: 1px dotted # 706E6D; Direction: RTL; Line-height: 30px; Vertical-row: middle; } I border: none; wants to set the previous tr (this can be td ).
table tr: last-child {limit: none; }
You apply for rule rules of td elements are doing . You have to remove it from td to the last tr .
table tr: last-child TD {limit: none; }
Comments
Post a Comment