From cbcbb895ecc1b9879ef0be0f69cbc087f4f3ca9c Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Thu, 23 Feb 2017 10:40:41 +0100 Subject: [PATCH] Update header input + search input colours --- src/Umbraco.Web.UI.Client/src/less/forms.less | 4 +-- src/Umbraco.Web.UI.Client/src/less/panel.less | 26 +++++++++---------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/less/forms.less b/src/Umbraco.Web.UI.Client/src/less/forms.less index 5b6e97ad71..0be98a7240 100644 --- a/src/Umbraco.Web.UI.Client/src/less/forms.less +++ b/src/Umbraco.Web.UI.Client/src/less/forms.less @@ -88,12 +88,12 @@ label.control-label, .control-label { .form-search .search-input { font-weight: bold; - border-color: @grayLight; + border-color: @gray-8; &:hover, &:focus, &:focus:hover { - border-color: #ccc; + border-color: @gray-7; } &:-moz-placeholder { diff --git a/src/Umbraco.Web.UI.Client/src/less/panel.less b/src/Umbraco.Web.UI.Client/src/less/panel.less index ded8411dea..4b7fb4f099 100644 --- a/src/Umbraco.Web.UI.Client/src/less/panel.less +++ b/src/Umbraco.Web.UI.Client/src/less/panel.less @@ -384,8 +384,8 @@ display: flex; justify-content: center; align-items: center; - background: #ffffff; - border: 1px solid #ECECEC; + background: @white; + border: 1px solid @gray-8; animation: fadeIn 0.5s; flex: 0 0 55px; } @@ -420,16 +420,16 @@ } .umb-panel-header-icon.-placeholder { - border: 1px dashed @grayLight; + border: 1px dashed @gray-8; } .umb-panel-header-icon .icon { font-size: 35px; - color: @grayLight; + color: @gray-7; } .umb-panel-header-icon-text { - color: @blue; + color: @green; font-weight: bold; font-size: 10px; } @@ -439,9 +439,9 @@ } input.umb-panel-header-name-input { - border-color: #ECECEC; + border-color: @gray-8; font-size: 15px; - color: #000000; + color: @black; margin-bottom: 0; font-weight: bold; box-sizing: border-box; @@ -449,14 +449,14 @@ input.umb-panel-header-name-input { line-height: 30px; width: 100%; &:hover { - background: #ffffff; - border: 1px solid #cccccc; + background: @white; + border: 1px solid @gray-7; } } input.umb-panel-header-name-input.name-is-empty { - border: 1px dashed @grayLight; - background: #ffffff; + border: 1px dashed @gray-8; + background: @white; } .umb-panel-header-name { @@ -475,8 +475,8 @@ input.umb-panel-header-description { line-height: 25px; width: 100%; &:hover { - background: #ffffff; - border-color: #cccccc; + background: @white; + border-color: @gray-8; } }