jellyfin-web/dashboard-ui/css/userimage.css
2013-03-31 20:22:38 -04:00

11 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;
}