css/style.css aktualisiert

This commit is contained in:
M_Viper 2024-02-25 10:46:15 +00:00
parent 38ff5cff91
commit 22ea67b58f
1 changed files with 201 additions and 187 deletions

View File

@ -185,3 +185,17 @@ td {
text-align: left;
border-bottom: 1px solid #ddd;
}
.expiring {
background-color: red;
}
.edit-form {
display: none;
}
/* Mauszeigeränderung, wenn über das Bild gefahren wird */
.edit-form img:hover,
.edit-form a:hover {
cursor: pointer;
}