diff --git a/src/app/vault/add-edit.component.html b/src/app/vault/add-edit.component.html index 891900ae57..2235930528 100644 --- a/src/app/vault/add-edit.component.html +++ b/src/app/vault/add-edit.component.html @@ -125,8 +125,7 @@ -
+
@@ -361,71 +360,70 @@ class="form-control">

{{'customFields' | i18n}}

- -
-
-
-
- - - - -
- +
+
+
+
+ + + +
-
- -
-
- -
- -
+ +
+
+ +
+
+ +
+
-
- -
- - -
-
-
- -
- - - -
+
+ +
+ + +
+
+
+ +
+ +
- +
{{'newCustomField' | i18n}} diff --git a/src/locales/en/messages.json b/src/locales/en/messages.json index 112fbcff17..707aef1c9c 100644 --- a/src/locales/en/messages.json +++ b/src/locales/en/messages.json @@ -151,6 +151,9 @@ "value": { "message": "Value" }, + "dragToSort": { + "message": "Drag to sort" + }, "cfTypeText": { "message": "Text" }, @@ -406,9 +409,6 @@ "unselectAll": { "message": "Unselect All" }, - "value": { - "message": "Value" - }, "launch": { "message": "Launch" }, diff --git a/src/scss/styles.scss b/src/scss/styles.scss index 2223886e75..bb12b1c4be 100644 --- a/src/scss/styles.scss +++ b/src/scss/styles.scss @@ -788,12 +788,11 @@ img.logo { .cdk-drag-preview { z-index: $zindex-tooltip !important; - padding: $spacer / 2; - opacity: .8; + opacity: 0.8; background-color: $white; border-radius: $border-radius; } .cursor-move { - cursor: move; + cursor: move !important; }