diff --git a/src/Umbraco.Web.UI.Client/src/less/property-editors.less b/src/Umbraco.Web.UI.Client/src/less/property-editors.less
index 9d2c3301fb..4b86947366 100644
--- a/src/Umbraco.Web.UI.Client/src/less/property-editors.less
+++ b/src/Umbraco.Web.UI.Client/src/less/property-editors.less
@@ -851,25 +851,28 @@
//
// Tags
// --------------------------------------------------
-.umb-tags{
+.umb-tags {
border: @inputBorder solid 1px;
- padding: 10px;
+ padding: 5px;
+ min-height: 54px;
font-size: 13px;
text-shadow: none;
.tag {
cursor: default;
- margin: 7px;
+ margin: 10px;
padding: 10px;
- background: @blueDark;
+ background: @blueExtraDark;
position: relative;
-
- .icon-trash{
- cursor: pointer;
- padding: 2px;
- font-size: 12px;
+ user-select: all;
+
+ .icon-trash {
position: relative;
- right: -6px;
+ cursor: pointer;
+ padding-left: 4px;
+ font-size: 15px;
+ right: -2px;
+ bottom: -1px;
}
.umb_confirm-action__overlay.-left{
@@ -879,10 +882,19 @@
}
}
- input{
+ input {
border: none;
background: @white;
}
+
+ .twitter-typeahead {
+ margin: 10px;
+ margin-top: 16px;
+ vertical-align: top;
+ input {
+ padding-left: 0;
+ }
+ }
}
//
diff --git a/src/Umbraco.Web.UI.Client/src/less/typeahead.less b/src/Umbraco.Web.UI.Client/src/less/typeahead.less
index 884f44974a..4822605200 100644
--- a/src/Umbraco.Web.UI.Client/src/less/typeahead.less
+++ b/src/Umbraco.Web.UI.Client/src/less/typeahead.less
@@ -31,8 +31,8 @@
padding: 8px 0;
background-color: @white;
border: 1px solid @gray-8;
- border-radius: 8px;
- box-shadow: 0 5px 10px rgba(0,0,0,.2);
+ border-radius: 3px;
+ box-shadow: 0 3px 6px rgba(0,0,0,.16);
}
.tt-suggestion {
@@ -44,7 +44,7 @@
.tt-suggestion.tt-cursor {
color: @white;
- background-color: @turquoise;
+ background-color: @ui-selected-type-hover;
}
.tt-suggestion p {
diff --git a/src/Umbraco.Web.UI.Client/src/views/components/tags/umb-tags-editor.html b/src/Umbraco.Web.UI.Client/src/views/components/tags/umb-tags-editor.html
index 804a3516f8..9de5726341 100644
--- a/src/Umbraco.Web.UI.Client/src/views/components/tags/umb-tags-editor.html
+++ b/src/Umbraco.Web.UI.Client/src/views/components/tags/umb-tags-editor.html
@@ -8,7 +8,7 @@
-
+