diff --git a/pdb-js/src/app/dashboard-page/dashboard/dashboard.component.html b/pdb-js/src/app/dashboard-page/dashboard/dashboard.component.html
index 3faa1ac..f5e6705 100644
--- a/pdb-js/src/app/dashboard-page/dashboard/dashboard.component.html
+++ b/pdb-js/src/app/dashboard-page/dashboard/dashboard.component.html
@@ -32,6 +32,14 @@
.editable:hover .editable-hovered {
visibility: visible;
}
+ .handle {
+ height: 1.5em;
+ }
+ [cdkDrag]:hover .handle, .cdk-drop-list-dragging .handle {
+ background-color: #f3f3f3;
+ border-radius: 3px;
+ cursor: grab;
+ }
@@ -64,6 +72,7 @@
cdkDrag
*ngFor="let id of column"
[attr.widget-id]="id">
+
diff --git a/pdb-js/src/app/dashboard-page/dashboard/text-widget/text-widget.component.html b/pdb-js/src/app/dashboard-page/dashboard/text-widget/text-widget.component.html
index 745c6d5..70afcc6 100644
--- a/pdb-js/src/app/dashboard-page/dashboard/text-widget/text-widget.component.html
+++ b/pdb-js/src/app/dashboard-page/dashboard/text-widget/text-widget.component.html
@@ -7,7 +7,7 @@
padding: 1em 0;
}
.text-widget:hover {
- outline: solid 1px black;
+ /*outline: solid 1px black;/**/
border-radius: 3px;
}