From 5cf97c48d5c6752e67d04167c246203fc1d0a3c1 Mon Sep 17 00:00:00 2001 From: batuhanbas Date: Thu, 26 Dec 2019 16:07:51 +0300 Subject: [PATCH] dashboard general style updated --- public/css/custom.css | 50 +++++++++++++++++++ .../views/common/dashboard/index.blade.php | 8 ++- 2 files changed, 53 insertions(+), 5 deletions(-) diff --git a/public/css/custom.css b/public/css/custom.css index 637cac243..f8c5bb7c4 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -57,6 +57,56 @@ } /*--------Item Tax Tag Finish--------*/ +/*--------Date Style--------*/ +.el-date-table td.today span +{ + color: #3c3f72 !important; +} + +.el-date-table td.end-date span, .el-date-table td.start-date span +{ + background-color: #55588b !important; +} + +.el-date-table td.available:hover { + color: #6da252 !important; +} + +.el-picker-panel__shortcut:hover +{ + color: #6da252 !important; +} + +.el-picker-panel__icon-btn:hover { + color: #6da252 !important; +} + +.el-date-table td.today.end-date span, .el-date-table td.today.start-date span +{ + color: #ffffff !important; +} + +.el-date-table td.in-range div +{ + background-color: #F2F6FC; +} + +.el-range-editor.is-active +{ + border-color: #3c3f72 !important; +} + +.el-range-editor.el-input__inner +{ + width: 55% !important; + align-items: baseline !important; +} + +.el-date-editor .el-range-separator +{ + width: 7% !important; +} +/*--------Date Style Finish--------*/ /*--------Carousel Arrows--------*/ .carousel-description diff --git a/resources/views/common/dashboard/index.blade.php b/resources/views/common/dashboard/index.blade.php index 224fe854d..1e6d75250 100644 --- a/resources/views/common/dashboard/index.blade.php +++ b/resources/views/common/dashboard/index.blade.php @@ -25,7 +25,7 @@ )) !!} @if ($dashboards->count() > 1) - {!! Form::deleteLink($dashboard, 'common/dashboards') !!} + {!! Form::deleteLink($dashboard, 'common/dashboards') !!} @endif @@ -58,7 +58,7 @@ 'width' => trans('general.form.enter', ['field' => 'Width']), 'sort' => trans('general.form.enter', ['field' => 'Sort']) ]); - @endphp + @endphp -
- -
+ @endsection @section('content')