editor: improved links, first take
[fnpeditor.git] / src / editor / plugins / core / links / links.less
diff --git a/src/editor/plugins/core/links/links.less b/src/editor/plugins/core/links/links.less
new file mode 100644 (file)
index 0000000..f9ab609
--- /dev/null
@@ -0,0 +1,14 @@
+[link-box] {
+    border: 1px solid #ddd;
+    position: absolute;
+    color: black;
+    left:0;
+    font-size: 12px;
+    line-height: 10px;
+    bottom: -42px;
+    padding: 10px 15px;
+    background-color: rgba(255,255,255,1);
+    box-shadow:0 10px 5px #888888;
+    z-index:9999;
+    font-style: normal;
+}
\ No newline at end of file