jqwidgets-scripts-custom
Version:
jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
20 lines (18 loc) • 343 B
CSS
jqxSortable > div {
margin: 2px;
padding: 5px;
float: left;
width: 200px;
border: lightblue solid 1px;
}
jqxSortable > div > div {
border-radius: 5px;
padding: 5px;
cursor: pointer;
background-color: white;
color: black;
border: 1px solid transparent;
}
jqxSortable > div > div:hover {
border: 1px solid #356AA0;
}