Skip to content

Commit f0e3f18

Browse files
committed
feat(upload): ✨ bulk rename images in a column
1 parent cc57697 commit f0e3f18

File tree

2 files changed

+234
-108
lines changed

2 files changed

+234
-108
lines changed

static/css/style.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,18 @@ body.navbar-is-hidden .image-viewer {
619619
.expiration-info .badge {
620620
background-color: #17a2b8;}
621621

622+
/* Modal styles for column renaming */
623+
#renameColumnModal .modal-content {
624+
background-color: #2d2d2d;
625+
color: #e0e0e0;
626+
}
627+
628+
#namePreview {
629+
background-color: #1a1a1a;
630+
padding: 10px;
631+
border-radius: 4px;
632+
}
633+
622634
/* General Styles */
623635
body {
624636
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

0 commit comments

Comments
 (0)