color
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
moerp 2024-01-31 16:17:37 +01:00
parent 1f5b4163e7
commit 43583fb7f3

View File

@ -72,7 +72,7 @@ tr:nth-child(even) {
}
.selected, tr.selected {
background-color: #e5b5b5; /* Hervorhebung der Auswahl */
background-color: #efcccc; /* Hervorhebung der Auswahl */
}
tr:hover:not(.selected) {
@ -172,7 +172,7 @@ tr:hover:not(.selected) {
}
#database-nutrition-table tr.selected {
background-color: #f0e68c;
background-color: #efcccc;
}