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

Popular posts from this blog

c# - Reactive Extensions ControlScheduler -

scala - Play Framework - how to bind form to a session field -

javascript - Enable/Disable form elements and changing the values of button at a time? -