diff --git a/resources/views/admin/inc/citrus-design.blade.php b/resources/views/admin/inc/citrus-design.blade.php index 6bd97e5..23f19f1 100644 --- a/resources/views/admin/inc/citrus-design.blade.php +++ b/resources/views/admin/inc/citrus-design.blade.php @@ -39,6 +39,11 @@ filter: brightness(0) invert(1) !important; } + .sidebar-inverse i img { + filter: invert(0) !important; + width: 22px; + } + .content-side-user { height: inherit !important; background-color: #f6f7f9; @@ -194,13 +199,16 @@ color: #475569 !important; } + + + #page-header .btn-dual-secondary:hover { background: #f1f5f9 !important; color: var(--citrus-primary) !important; } /* Breadcrumb styling */ - .breadcrumb-item + .breadcrumb-item::before { + .breadcrumb-item+.breadcrumb-item::before { content: "/"; font-family: inherit; font-weight: 400; @@ -220,9 +228,6 @@ align-items: center !important; } - .mini-header { - display: none !important; - } /* --- MAIN CONTAINER TIGHTER --- */ .main-container { diff --git a/resources/views/admin/inc/header.blade.php b/resources/views/admin/inc/header.blade.php index 339c546..09441bf 100644 --- a/resources/views/admin/inc/header.blade.php +++ b/resources/views/admin/inc/header.blade.php @@ -3,27 +3,12 @@
- @if (isset($c) && $c->icon) -
- -
- @endif +
@yield('title')
- +
@@ -48,16 +33,16 @@
Admin Tools
+ Swal.fire('', 'Cronjob is Started', 'success'); + $.get('{{url("cron")}}', function(d){ + Swal.fire('', 'Cronjob is OK', 'success') + });"> {{e2("Run CronJOB")}} + Swal.fire('', 'Cache is Cleared!', 'success') + });"> {{__('Clear cache')}}
@@ -179,10 +164,6 @@ foreach ($dil as $d) { ?> -
- @yield("title") -
-
@@ -194,63 +175,6 @@ foreach ($dil as $d) { ?>