diff --git a/src/Umbraco.Web.UI.Client/src/less/components/umb-nested-content.less b/src/Umbraco.Web.UI.Client/src/less/components/umb-nested-content.less index 4f24fcf504..3314195c0d 100644 --- a/src/Umbraco.Web.UI.Client/src/less/components/umb-nested-content.less +++ b/src/Umbraco.Web.UI.Client/src/less/components/umb-nested-content.less @@ -31,13 +31,13 @@ .nested-content__item--active:not(.nested-content__item--single) { - background: #f8f8f8; + background: @gray-10; } .nested-content__item.ui-sortable-placeholder { - background: #f8f8f8; - border: 1px dashed #d9d9d9; + background: @gray-10; + border-bottom: 1px dashed @purple-l3; visibility: visible !important; height: 55px; margin-top: -1px; @@ -56,7 +56,7 @@ .nested-content__header-bar { padding: 15px 20px; - border-bottom: 1px dashed #e0e0e0; + border-bottom: 1px dashed @purple-l3; text-align: right; cursor: pointer; background-color: white; @@ -113,8 +113,8 @@ .nested-content__icon--active { color: white; - background: #2e8aea; - border-color: #2e8aea; + background: @turquoise-d1; + border-color: @turquoise-d1; text-decoration: none; } @@ -146,7 +146,7 @@ .nested-content__content { - border-bottom: 1px dashed #e0e0e0; + border-bottom: 1px dashed @purple-l3; } .nested-content__content .umb-control-group { @@ -165,7 +165,7 @@ clear: both; font-size: 14px; color: #555; - background: #f8f8f8; + background: @gray-10; border-radius: 15px; }