Fix edit buttom style

This commit is contained in:
Alexej Wolff
2026-02-11 17:51:27 +01:00
parent b86b6cdc7a
commit 3e272d0f8e
+5
View File
@@ -278,10 +278,15 @@
.edit-btn { .edit-btn {
background: #2a2a2a; background: #2a2a2a;
color: #ccc; color: #ccc;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
} }
.edit-btn:hover { .edit-btn:hover {
background: #333; background: #333;
color: #fff;
} }
.delete-btn { .delete-btn {