This commit is contained in:
moerp 2024-01-30 16:50:15 +01:00
parent 7f06e900bb
commit 2ff8757b74
2 changed files with 27 additions and 20 deletions

View File

@ -37,10 +37,17 @@ button#remove-button {
background-color: #f443366f; /* Helles Rot */
}
button#remove-button:disabled {
background-color: #cccccc;
color: #666666;
}
button#remove-button:not(:disabled):hover {
background-color: #d32f2f3d; /* Dunkleres Rot */
}
table {
width: 100%;
border-collapse: collapse;

View File

@ -38,7 +38,7 @@
// Deaktiviere den "Hinzufügen"-Button wieder
document.getElementById('submit-button').disabled = true;
}
}
</script>
</head>