mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-07-17 23:41:40 +02:00
Only highlight upcoming entries
This commit is contained in:
@ -33,22 +33,22 @@ table td {
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
tbody tr:first-child {
|
||||
table.entries tbody tr:first-child {
|
||||
background-color: #007bff80;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
tbody tr:nth-child(2) {
|
||||
table.entries tbody tr:nth-child(2) {
|
||||
background-color: #007bff40;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
tbody tr:nth-child(3) {
|
||||
table.entries tbody tr:nth-child(3) {
|
||||
background-color: #007bff20;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
tbody tr:nth-child(4) {
|
||||
table.entries tbody tr:nth-child(4) {
|
||||
background-color: #007bff10;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user