This commit is contained in:
2024-01-30 18:07:16 +01:00
parent 39e2f2634d
commit 4761910092
4 changed files with 27 additions and 19 deletions

View File

@ -34,7 +34,7 @@ button:not(:disabled):hover {
}
button#remove-button {
background-color: #f443366f; /* Helles Rot */
background-color: #640000; /* Helles Rot */
}
button#remove-button:disabled {
@ -43,7 +43,7 @@ button#remove-button:disabled {
}
button#remove-button:not(:disabled):hover {
background-color: #d32f2f3d; /* Dunkleres Rot */
background-color: #490000; /* Dunkleres Rot */
}
@ -72,7 +72,7 @@ tr:nth-child(even) {
}
.selected, tr.selected {
background-color: #ffdd99; /* Hervorhebung der Auswahl */
background-color: #e19595; /* Hervorhebung der Auswahl */
}
tr:hover:not(.selected) {