Skip to content

Commit

Permalink
Tweak color of dropzone uploaded UI in dark mode
Browse files Browse the repository at this point in the history
The boxes of uploaded files looked like overflowed and the background colors
conflicted with their parents.
  • Loading branch information
sunnavy committed Dec 3, 2024
1 parent 4d65ce0 commit 71e38a5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions share/static/css/elevator/forms.css
Original file line number Diff line number Diff line change
Expand Up @@ -743,15 +743,14 @@ div.row>div.label>span.prev-icon-helper+.icon-helper {
background-image: url('data:image/svg+xml;utf8,<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-chevron-right" fill="%23fff" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/></svg>') !important;
}

.dropzone,
.dropzone .dz-details {
.dropzone {
border: 1px solid #717171 !important;
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message *,
.dropzone,
.dropzone .dz-details {
.dropzone.dz-clickable .dz-preview,
.dropzone {
background: #323D42 !important;
}

Expand Down

0 comments on commit 71e38a5

Please sign in to comment.