6 lines
103 B
CSS
6 lines
103 B
CSS
.drop {
|
|
border-style:dashed;
|
|
border-width:2px;
|
|
border-color:rgba(0,0,0,0.25);
|
|
border-radius: 5px;
|
|
} |