+
{element}
);
diff --git a/src/styles/widgets.css b/src/styles/widgets.css
index 78795e1..c8b5678 100644
--- a/src/styles/widgets.css
+++ b/src/styles/widgets.css
@@ -8,11 +8,20 @@
**********************************************************************************/
.widget {
- background-color: #fff;
+ background-color: #fff;
+}
+
+.border {
+ border: 1px solid lightgray;
}
.editing-widget {
- background-color: #fff;
+ background-color: #fff;
+}
+
+.editing-widget:not(.border):hover {
+ outline: 1px solid lightgray;
+ outline-offset: -10px;
}
/* Area to trigger the context menu */
@@ -134,7 +143,6 @@ div[class*="-widget"] .btn[disabled], .btn.disabled, div[class*="-widget"] input
width: 100%;
height: 100%;
padding: 3px 6px;
- border: 1px solid lightgray;
}
.plot-table-widget {