]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/commitdiff
Fully fix the problem
authorValerie Pond <redacted>
Sun, 15 Jan 2023 20:00:47 +0000 (20:00 +0000)
committerValerie Pond <redacted>
Sun, 15 Jan 2023 20:00:47 +0000 (20:00 +0000)
css/unrealircd-admin.css
header.php

index e4591e5b60aa9d943988a14702e188cf607c0ea5..9af7491b57305282908421c90f3e5f34339d6717 100644 (file)
@@ -201,6 +201,6 @@ body {
  }
  .table-striped>tbody>tr:nth-child(odd)>td, 
  .table-striped>tbody>tr:nth-child(odd)>th {
-       background-color: #ffffff00;
+       background-color: #ffffff;
   }
        
\ No newline at end of file
index c0241787a39490a73be9e894900ef36bd55c892a..8f0b7a4bb31c687f790cce2cfb4fbe928c8a493f 100644 (file)
@@ -65,4 +65,3 @@ foreach($pages as $name=>$page)
 </div>
 
 <div class="container-fluid" role="main">
-<br><br><br><?php var_dump(BASE_URL . "css/unrealircd-admin.css");
\ No newline at end of file