Merge pull request #1297 from emanuelschuetze/fix-1104
Fixed #1104 (Enable copy/paste in dashboard widgets)
This commit is contained in:
commit
0feed94bf6
@ -33,6 +33,12 @@
|
||||
border: 1px solid #D5D5D5;
|
||||
border-radius: 5px 5px 0 0;
|
||||
}
|
||||
.widget-header:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
.widget-header button:hover {
|
||||
cursor: default;
|
||||
}
|
||||
.widget-header h3 {
|
||||
margin: 7px 0 7px 14px;
|
||||
font-size: 14px;
|
||||
|
@ -61,6 +61,7 @@ function restoreOrder() {
|
||||
$(function() {
|
||||
$( ".column" ).sortable({
|
||||
connectWith: ".column",
|
||||
handle: ".widget-header",
|
||||
stop: function() { saveOrder(); }
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user