From: Aleksander Ɓukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Date: Wed, 26 Mar 2014 08:47:38 +0000 (+0100)
Subject: editor: metadata editor ui tweak - smaller visual emphasis on removing row
X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/f320855811739cc82a58c74224c3771bc471e4d8?ds=sidebyside;hp=ce1cadf0f7da03cb03d2ca728c92cfc9ea8c6517

editor: metadata editor ui tweak - smaller visual emphasis on removing row
---

diff --git a/src/editor/modules/metadataEditor/metadataEditor.less b/src/editor/modules/metadataEditor/metadataEditor.less
index caed061..499fb4f 100644
--- a/src/editor/modules/metadataEditor/metadataEditor.less
+++ b/src/editor/modules/metadataEditor/metadataEditor.less
@@ -36,6 +36,10 @@
         margin-right:6px;
     }
 
+    .rng-visualEditor-metaRemoveBtn {
+        color: @red;
+    }
+
     .btn {
         padding:3px;
         line-height:10px;
diff --git a/src/editor/modules/metadataEditor/templates/item.html b/src/editor/modules/metadataEditor/templates/item.html
index 28a98e8..f170c5a 100644
--- a/src/editor/modules/metadataEditor/templates/item.html
+++ b/src/editor/modules/metadataEditor/templates/item.html
@@ -1,5 +1,5 @@
 <tr>
     <td></td>
     <td></td>
-    <td><button class="rng-visualEditor-metaRemoveBtn btn btn-mini btn-danger">x</button></td>
+    <td><a href="#" class="rng-visualEditor-metaRemoveBtn">x</a></td>
 </tr>
\ No newline at end of file