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:
parent
07b0bf81c1
commit
3cdb965c4a
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue