Skip to content

Commit

Permalink
Changed drag and drop highlight color
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrumpis committed Mar 9, 2024
1 parent eefd137 commit 8b6c47e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
#cacheImportDropZone {
min-width: 300px;
width: 60%;
border: 1px dashed #CCCCCC;
border: 1px dashed #CCC;
margin: 20px auto;
padding: 20px;
text-align: center;
color: #CCCCCC;
color: #CCC;
}

#cacheImportDropZone:hover {
border-color: #DE7E7E;
color: #DE7E7E;
background-color: #FFEDED;
background-color: #6d6767ce;
}

0 comments on commit 8b6c47e

Please sign in to comment.