Fix queue table hover
This commit is contained in:
parent
02b9468308
commit
df4e44d338
1 changed files with 4 additions and 0 deletions
|
|
@ -143,3 +143,7 @@ nav img {
|
|||
.queue .odd {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
.queue .odd:hover {
|
||||
background-color: #ddd;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue