From fa0b3ddab995568a58b1891f563a67cdeb57cddc Mon Sep 17 00:00:00 2001 From: Anders Stentebjerg Date: Thu, 7 Nov 2013 16:30:14 +0000 Subject: [PATCH] Set focus on pageName --- src/Umbraco.Web.UI.Client/src/less/panel.less | 6 +++--- src/Umbraco.Web.UI.Client/src/views/content/edit.html | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/less/panel.less b/src/Umbraco.Web.UI.Client/src/less/panel.less index 4db77b7d0f..fbfe126841 100644 --- a/src/Umbraco.Web.UI.Client/src/less/panel.less +++ b/src/Umbraco.Web.UI.Client/src/less/panel.less @@ -47,15 +47,15 @@ border: none; background: none; margin: 25px 0 0 20px; - padding: 0 0 3px 0; + padding: 0; height: auto; width: 100%; border-bottom: 1px dotted #f8f8f8; } .umb-panel-header .umb-headline:hover { - border-bottom: 1px dotted #ccc; - padding: 0 0 3px 0 + border-bottom: 1px dotted @grayLight; + color: @black } /* diff --git a/src/Umbraco.Web.UI.Client/src/views/content/edit.html b/src/Umbraco.Web.UI.Client/src/views/content/edit.html index f7642001c5..e7dd85196c 100644 --- a/src/Umbraco.Web.UI.Client/src/views/content/edit.html +++ b/src/Umbraco.Web.UI.Client/src/views/content/edit.html @@ -10,6 +10,7 @@