This commit is contained in:
@ -51,6 +51,7 @@ button#remove-button:not(:disabled):hover {
|
||||
table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
table, th, td {
|
||||
@ -142,6 +143,7 @@ tr:hover:not(.selected) {
|
||||
width: 100%; /* Tabelle nimmt die volle Breite ein */
|
||||
border-collapse: collapse; /* Entfernt doppelte Ränder */
|
||||
border-radius: 10px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#nutrition-input-table th, #nutrition-input-table td {
|
||||
|
Reference in New Issue
Block a user