Fix dark theme console

Hover was using the mostly white from classic and flat.  Added the striped look from classic and flat.
This commit is contained in:
digital-gnome 2017-11-28 21:27:46 -05:00
parent 07b0bf81c1
commit 3cdb965c4a
1 changed files with 4 additions and 2 deletions

View File

@ -534,8 +534,10 @@ input[type=submit]:disabled {
margin-left: 0;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
background: none;
background-color: #333333;
}
.table-hover>tbody>tr:hover {
background-color: #444444;
}