fairly simple changes
[fnpeditor.git] / src / editor / modules / documentCanvas / canvas / genericElement.less
diff --git a/src/editor/modules/documentCanvas/canvas/genericElement.less b/src/editor/modules/documentCanvas/canvas/genericElement.less
new file mode 100644 (file)
index 0000000..c935a79
--- /dev/null
@@ -0,0 +1,16 @@
+.canvas-widget-label {
+    position: absolute;
+    display: none;
+    top: -20px;
+    left:0;
+    background-color: red;
+    color: white;
+    font-size:12px;
+    font-weight: bold;
+    padding: 1px 3px;
+    //width:300px;
+    opacity: 0.65;
+    font-family: monospace;
+    z-index:9999;
+    white-space: nowrap;
+}
\ No newline at end of file