I have such issue, I have something like that:
    <tr>
      <td class="someclass">
        <input />
      </td>
    ...
      <td> </td>
      <td> </td>
     ..
    </tr>
I want to override "someclass" css class that will be applied only to first <td> with <input>. How can I do it? Maybe with parent specification or something like that? Note: I can't add new classes
 
     
     
    