diff --git a/Src/Our.Umbraco.NestedContent/Web/UI/App_Plugins/NestedContent/Css/nestedcontent.css b/Src/Our.Umbraco.NestedContent/Web/UI/App_Plugins/NestedContent/Css/nestedcontent.css index 4bba4b3..f762530 100644 --- a/Src/Our.Umbraco.NestedContent/Web/UI/App_Plugins/NestedContent/Css/nestedcontent.css +++ b/Src/Our.Umbraco.NestedContent/Web/UI/App_Plugins/NestedContent/Css/nestedcontent.css @@ -11,6 +11,14 @@ background: white; } +.nested-content__item--active:not(.nested-content__item--single) +{ + border-left: 4px solid #dd7f4e; + border-top: none; + margin-left: -4px; + background: #f8f8f8; +} + .nested-content__item.ui-sortable-placeholder { background: #f8f8f8; @@ -35,12 +43,14 @@ padding: 15px 20px; border-bottom: 1px dashed #e0e0e0; text-align: right; + cursor: pointer; } .nested-content__heading { float: left; line-height: 20px; + font-weight: bold; } .nested-content__icons