10 lines
213 B
CSS
10 lines
213 B
CSS
/* User Image */
|
|
.imageDropZone {
|
|
border: 2px dashed #bbb;
|
|
-moz-border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
padding: 25px;
|
|
text-align: center;
|
|
color: #bbb;
|
|
}
|