diff --git a/public/css/style.css b/public/css/style.css index ae2591d1..30bbab8c 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -1157,6 +1157,9 @@ a h4 { color: #72808e; text-decoration: none; } +.profile-preview { + position: relative; +} .profile-preview .customer-social-profiles { top: 61px; } @@ -3734,10 +3737,11 @@ a.help-icon:hover { .link-grey:hover, .link-grey:focus { color: #93a1af!important; + text-decoration: none!important; } .link-grey:hover { color: #4f5d6b!important; - text-decoration: none; + text-decoration: none!important; } .link-underlined { text-decoration: underline; diff --git a/resources/views/customers/update.blade.php b/resources/views/customers/update.blade.php index c559e250..b21ff56a 100644 --- a/resources/views/customers/update.blade.php +++ b/resources/views/customers/update.blade.php @@ -3,8 +3,11 @@ @section('title_full', $customer->getFullName(true).' - '.__('Customer Profile')) @section('body_class', 'sidebar-no-height') +@section('body_attrs')@parent data-customer_id="{{ $customer->id }}"@endsection + @section('sidebar')