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