jellyfin-web/dashboard-ui/css/userimage.css

11 lines
213 B
CSS
Raw Normal View History

2013-03-31 17:22:38 -07:00
/* 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;
}