diff --git a/SRC/public/css/app.css b/SRC/public/css/app.css index 370b8b1..09b4dd6 100755 --- a/SRC/public/css/app.css +++ b/SRC/public/css/app.css @@ -6267,4 +6267,8 @@ label, font-weight: 300; } -html, body, a, a:hover { cursor:url('http://www.snazzyspace.com/cursorsfolder/mickey-big-pointer.png'), auto !important; } \ No newline at end of file +html, body, a, a:hover { cursor:url('http://www.snazzyspace.com/cursorsfolder/mickey-big-pointer.png'), auto !important; } + + + +a:hover { cursor:url('http://www.snazzyspace.com/cursorsfolder/mickey-hand.png'), auto !important; } \ No newline at end of file diff --git a/SRC/resources/views/home.blade.php b/SRC/resources/views/home.blade.php index 9f43bce..3c18109 100755 --- a/SRC/resources/views/home.blade.php +++ b/SRC/resources/views/home.blade.php @@ -39,7 +39,7 @@ @endif
{{ $ref -> name }}-Nom -
{{$ref -> firstname}}, {{$ref -> lastname}}
+
{{$ref -> firstname}}, {{$ref -> lastname}}
@endforeach