jqwidgets-framework
Version:
jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.
21 lines (18 loc) • 343 B
CSS
[id^="JqxSortable"] {
margin: 2px;
padding: 5px;
float: left;
width: 200px;
border: lightblue solid 1px;
}
[id^="JqxSortable"] div {
border-radius: 5px;
padding: 5px;
cursor: pointer;
background-color: white;
color: black;
border: 1px solid transparent;
}
[id^="JqxSortable"] div:hover {
border: 1px solid #356AA0;
}