fix: toggle button style

This commit is contained in:
Helton Ricardo
2023-05-20 10:20:09 -03:00
parent dd68fe3180
commit ebbfba0f4d

View File

@@ -49,7 +49,7 @@ body {
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
} }
button#bulk-delete { button#bulk-delete, button#toggle-checkboxes {
font-size: 16px; font-size: 16px;
background-color: #e74c3c; background-color: #e74c3c;
border-color: #c0392b; border-color: #c0392b;