add border-radius to drop target

This commit is contained in:
Feross Aboukhadijeh
2016-03-08 11:54:13 -08:00
parent ac0504bde4
commit 683d4c3a9d

View File

@@ -250,6 +250,7 @@ a:not(.disabled):hover, i:not(.disabled):hover {
margin: 10px;
text-align: center;
border: 5px #444 dashed;
border-radius: 5px;
color: #666;
font-size: 16px;
flex: 1 1 auto;