Browse Source

sab: changed the table hover color

pull/16/head
gilbN 5 years ago
parent
commit
7dbd05e100
  1. 2
      CSS/themes/sabnzbd/sabnzbd-base.css

2
CSS/themes/sabnzbd/sabnzbd-base.css

@ -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;

Loading…
Cancel
Save