I am trying to style a web app that we don't have the source code too.
So I drilled down into the DOM, but right now the bottom border is being set on ALL the rows, I need only the first row.
#tableID tbody tr td table tbody tr
{
border-bottom: solid 1px #cccccc;
}
Is this possible?