Skip to main content
summaryrefslogtreecommitdiffstats
blob: 76560ef8295f047136279d846a5018e6a7e9a49c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
.drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    width: 200px;
    height: 65px;
    text-align: center;
    padding-top: 25px;
    margin: 10px;
}
.dragover {
    border: 5px dashed blue;
}

Back to the top