UNPKG

jqwidgets-framework

Version:

jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.

29 lines (24 loc) 436 B
.sortable { margin: 2px; padding: 5px; width: 200px; border: lightblue solid 1px; } .sortable-container { float: left; width: 220px; } .sortable-container span { font-weight: bold; } .sortable div { border-radius: 5px; padding: 5px; background-color: white; color: black; cursor: pointer; border: 1px solid transparent; } .sortable div:hover { border: 1px solid #356AA0; }