From 8cc91764507a07921563075dc846ad61d977b565 Mon Sep 17 00:00:00 2001 From: DonRenando Date: Wed, 18 Feb 2015 23:12:37 +0100 Subject: [PATCH] curseur2 --- SRC/public/css/app.css | 6 +++++- SRC/resources/views/home.blade.php | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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