ikraamkb commited on
Commit
68bdae8
·
verified ·
1 Parent(s): 9829726

Update static/app.css

Browse files
Files changed (1) hide show
  1. static/app.css +5 -1
static/app.css CHANGED
@@ -13,7 +13,11 @@ html, body {
13
  display: flex;
14
  flex-direction: column;
15
  }
16
-
 
 
 
 
17
  /* Header */
18
  header {
19
  flex: 0 0 17vh;
 
13
  display: flex;
14
  flex-direction: column;
15
  }
16
+ /* Drag & Drop Feedback */
17
+ .drag-active {
18
+ background-color: rgba(0, 150, 255, 0.1) !important;
19
+ border: 2px dashed #1ec9f3 !important;
20
+ }
21
  /* Header */
22
  header {
23
  flex: 0 0 17vh;