dropship/dropship.css
2020-07-21 14:48:34 +02:00

6 lines
103 B
CSS

.drop {
border-style:dashed;
border-width:2px;
border-color:rgba(0,0,0,0.25);
border-radius: 5px;
}