Преглед на файлове

Update admin statuses view

Daniel Supernault преди 6 години
родител
ревизия
44afcc715d
променени са 1 файла, в които са добавени 6 реда и са изтрити 6 реда
  1. 6 6
      resources/views/admin/statuses/home.blade.php

+ 6 - 6
resources/views/admin/statuses/home.blade.php

@@ -8,13 +8,13 @@
   <hr>
 
   <table class="table">
-    <thead class="thead-dark">
+    <thead class="bg-light">
       <tr>
-        <th scope="col">#</th>
-        <th scope="col">Username</th>
-        <th scope="col">Likes</th>
-        <th scope="col">Storage</th>
-        <th scope="col">Created</th>
+        <th scope="col" class="border-0 text-dark">#</th>
+        <th scope="col" class="border-0 text-dark">Username</th>
+        <th scope="col" class="border-0 text-dark">Likes</th>
+        <th scope="col" class="border-0 text-dark">Storage</th>
+        <th scope="col" class="border-0 text-dark">Created</th>
       </tr>
     </thead>
     <tbody>