Closed AlainBeauvais closed 10 years ago
How do I change the background and font color of a selected row with CSS?
This here is for mouse over only: .bbGrid-grid tbody tr.bbGrid-row:hover td{ background-color:#e21a2c; color:#FFF; }
Try to write more special CSS for class warning:
.bbGrid-grid tbody tr.warning td { background-color:#e21a2c; color:#FFF; }
Thank you. This CSS class works perfectly.
How do I change the background and font color of a selected row with CSS?
This here is for mouse over only: .bbGrid-grid tbody tr.bbGrid-row:hover td{ background-color:#e21a2c; color:#FFF; }