diff --git a/ppl2/resources/views/pages/konfirmasi.blade.php b/ppl2/resources/views/pages/konfirmasi.blade.php
index f88c3a1a883b1f389f57cc3e7cc017290863b68d..b893c7fb2a9e6f3a702f37f46ceb16dc15a62ad9 100644
--- a/ppl2/resources/views/pages/konfirmasi.blade.php
+++ b/ppl2/resources/views/pages/konfirmasi.blade.php
@@ -56,8 +56,8 @@
               <td>{{$conf -> nama_kegiatan}}</td>
               <td>{{$conf -> konfirmasi}}</td>
 
-                <td id = "yes{{$conf->id_pendaftaran}}" data-href = "{{URL::to('/')}}/konfirmasi/{{$conf->id_pendaftaran}}/terima">Terima</td> </a>
-              <td id = "no{{$conf->id_pendaftaran}}" data-href = "{{URL::to('/')}}/konfirmasi/{{$conf->id_pendaftaran}}/tolak">Tolak
+                <td id = "yes{{$conf->id_pendaftaran}}" data-href = "{{URL::to('/')}}/konfirmasi/{{$conf->id_pendaftaran}}/terima" style = "cursor: pointer; background: #A5E9A5">Terima</td> </a>
+              <td id = "no{{$conf->id_pendaftaran}}" data-href = "{{URL::to('/')}}/konfirmasi/{{$conf->id_pendaftaran}}/tolak" style = "cursor: pointer; background: #E9A5A5">Tolak
               </td>
             </tr>  
             <?php $i++ ;?>
diff --git a/ppl2/resources/views/pendaftaran-diklat.blade.php b/ppl2/resources/views/pendaftaran-diklat.blade.php
index aa73346202149cd9bf4d52c80d687ac155c985a2..f02abf90a8a0976e27c7f71b631ef7960ae4d7e2 100644
--- a/ppl2/resources/views/pendaftaran-diklat.blade.php
+++ b/ppl2/resources/views/pendaftaran-diklat.blade.php
@@ -51,7 +51,7 @@
           <th>Minggu, {{ $minggu }}</th>
         </tr>
       </thead>
-      <tbody>
+      <tbody style = "cursor: pointer;">
         <tr data-expanded="true">
           <td>07.00</td><td></td><td></td><td></td><td></td><td></td><td></td><td></td>
         </tr>
diff --git a/ppl2/resources/views/penjadwalan.blade.php b/ppl2/resources/views/penjadwalan.blade.php
index 80e3159602c50e3f2fe3f317c83d5ad5137442bb..2a4ae748ba9d9888e957be991804b3552a53e6d1 100644
--- a/ppl2/resources/views/penjadwalan.blade.php
+++ b/ppl2/resources/views/penjadwalan.blade.php
@@ -51,7 +51,7 @@
           <th>Minggu, {{ $minggu }}</th>
         </tr>
       </thead>
-      <tbody>
+      <tbody style = "cursor: pointer;">
         <tr data-expanded="true">
           <td>07.00</td><td></td><td></td><td></td><td></td><td></td><td></td><td></td>
         </tr>