I'm facing an issue where I'm trying to apply a red border color to a specific cell, but it's not appearing on the top and left sides of the cell. It seems like the border color of other cells is taking precedence over the one I'm trying to apply.
Here's the CSS code I'm using:
.border-red
{
border:red solid 1px !important;
}
Any suggestions on how to resolve this problem would be greatly appreciated. Thank you in advance.