Skip to content

Commit

Permalink
modify dark theme color of drop zone
Browse files Browse the repository at this point in the history
  • Loading branch information
mayswind committed May 21, 2022
1 parent 79fcf26 commit 29c00f9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/styles/theme/default-dark-native.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/* drop zone */
.theme-dark.skin-aria-ng .dropzone {
background: rgba(0, 0, 0, 0.85);
}

.theme-dark.skin-aria-ng .dropzone .dropzone-tip-container .dropzone-tip-wrapper {
border: 6px dashed #444;
}

/* native-info-table */
.theme-dark.skin-aria-ng .native-info-table {
background-color: #1a1a1a;
Expand Down

0 comments on commit 29c00f9

Please sign in to comment.