UMB-CS-682-Team-03 / tracker

0 stars 0 forks source link

implement hover style on table only for the popup-table not the table used for search section layout #74

Closed rouilj closed 3 months ago

rouilj commented 4 months ago

It looks weird to change colors on hover in the search section.

Change:

table tr:hover {
    background-color: #eee;
    cursor: pointer;
}

to

table.popup-table tr:hover {
    background-color: #eee;
    cursor: pointer;
}