From 6b0820661a8096317b0d15ad03e9c110971c350d Mon Sep 17 00:00:00 2001 From: soufiane Date: Wed, 22 Oct 2025 14:52:10 +0200 Subject: [PATCH] wip #7703 --- resources/views/vendor/backpack/crud/list.blade.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/resources/views/vendor/backpack/crud/list.blade.php b/resources/views/vendor/backpack/crud/list.blade.php index f982d1f0e..c3c1f36da 100644 --- a/resources/views/vendor/backpack/crud/list.blade.php +++ b/resources/views/vendor/backpack/crud/list.blade.php @@ -9,7 +9,7 @@ // if breadcrumbs aren't defined in the CrudController, use the default breadcrumbs $breadcrumbs = $breadcrumbs ?? $defaultBreadcrumbs; - $copyLink = ''; + $copyLink = ''; @endphp @section('header') @@ -183,7 +183,7 @@ bottom: 0; left: 0; &:hover svg path { - fill: #2f2f2f !important; + fill: #467fcf !important; } } .copy-server-url svg { @@ -201,13 +201,15 @@