sab: changed the table hover color

This commit is contained in:
gilbN 2019-08-27 20:17:33 +02:00
parent a074918041
commit 7dbd05e100

View File

@ -286,7 +286,7 @@ table:hover {
background-color: rgba(0, 0, 0, 0.25) !important; background-color: rgba(0, 0, 0, 0.25) !important;
} }
.table-hover>tbody>tr:hover { .table-hover>tbody>tr:hover {
background-color: rgba(0, 0, 0, 0.1) !important background-color: rgba(255, 255, 255, 0.07) !important
} }
tbody>tr:last-child td { tbody>tr:last-child td {
border-bottom: 1px solid transparent !important; border-bottom: 1px solid transparent !important;