dropship/dropship.css
2020-09-15 11:58:10 +02:00

7 lines
114 B
CSS

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