thedesk/app/css/sort.css

13 lines
209 B
CSS
Raw Normal View History

2018-02-05 01:56:31 +11:00
.drag-content{
width:300px;
max-width:100%;
height:30px;
text-overflow: ellipsis;
cursor:move;
user-select: none;
background-color:#424242;
margin:5px;
border-radius:5px;
color:white;
padding:3px;
}