diff --git a/src/Umbraco.Web.UI.Client/src/less/components/editor.less b/src/Umbraco.Web.UI.Client/src/less/components/editor.less index 9b585fe53e..7d49fc5f3e 100644 --- a/src/Umbraco.Web.UI.Client/src/less/components/editor.less +++ b/src/Umbraco.Web.UI.Client/src/less/components/editor.less @@ -33,13 +33,16 @@ .umb-editor-drawer{ margin: 0; - padding: 20px; + padding: 10px; z-index: 999; position: absolute; bottom: 0px; left: 0px; right: 0px; - height: 20px; + height: 31px; + + background: @grayLighter; + border-top: 1px solid @grayLight; } diff --git a/src/Umbraco.Web.UI.Client/src/less/pages/document-type-editor.less b/src/Umbraco.Web.UI.Client/src/less/pages/document-type-editor.less index 3c02be1073..46c4357293 100644 --- a/src/Umbraco.Web.UI.Client/src/less/pages/document-type-editor.less +++ b/src/Umbraco.Web.UI.Client/src/less/pages/document-type-editor.less @@ -159,12 +159,13 @@ // tab is inherited from compositions .edt-tab.tab-is-inherited { - background: #F2F2F2; + background: #FDFDFD; border-color: #F2F2F2; box-shadow: none; + .tab-title{ border-color: #F2F2F2; - background: #F2F2F2; + background: #FDFDFD; } } @@ -313,7 +314,7 @@ } .edt-property.property-is-inherited { - background: #F2F2F2; + background: #FDFDFD; &:hover { border-color: transparent; } diff --git a/src/Umbraco.Web.UI.Client/src/views/documenttype/dialogs/compositions/compositions.html b/src/Umbraco.Web.UI.Client/src/views/documenttype/dialogs/compositions/compositions.html index 7513cce7b1..a0565712e6 100644 --- a/src/Umbraco.Web.UI.Client/src/views/documenttype/dialogs/compositions/compositions.html +++ b/src/Umbraco.Web.UI.Client/src/views/documenttype/dialogs/compositions/compositions.html @@ -1,15 +1,15 @@