mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-12 04:25:05 -05:00
10 lines
207 B
CSS
10 lines
207 B
CSS
.uploadRegion {
|
|
-moz-border-radius: 10px;
|
|
-webkit-border-radius: 10px;
|
|
-khtml-border-radius: 10px;
|
|
-o-border-radius: 10px;
|
|
-border-radius: 10px;
|
|
border-radius: 10px;
|
|
border: 1px dashed #777;
|
|
}
|