summaryrefslogtreecommitdiff
path: root/src/renderer/src/App.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderer/src/App.css')
-rw-r--r--src/renderer/src/App.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/renderer/src/App.css b/src/renderer/src/App.css
index 63dc8bf..c6d8126 100644
--- a/src/renderer/src/App.css
+++ b/src/renderer/src/App.css
@@ -303,6 +303,11 @@ html, body, #root {
background: var(--bg-secondary);
user-select: none;
}
+.file-tree-dragover {
+ outline: 2px dashed #4ECDA0;
+ outline-offset: -2px;
+ background: rgba(78, 205, 160, 0.08);
+}
.file-tree-header {
display: flex;