]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
index.cgi: Remove some custom CSS styling that broke the design
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 10 Jan 2024 12:25:33 +0000 (12:25 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 10 Jan 2024 12:25:33 +0000 (12:25 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/cgi-bin/index.cgi

index adec877cb1f4407f0e2a463e36c3e4cf2fbd080e..65773244c5d67bed9ac7dc6abde32a58f09a94c0 100644 (file)
@@ -173,9 +173,9 @@ print <<END;
 <!-- Table of networks -->
 <table class='tbl' style='width:80%;'>
   <tr>
-        <th style='background-color:$color{'color20'};'>$Lang::tr{'network'}</th>
-        <th style='background-color:$color{'color20'};'>$Lang::tr{'ip address'}</th>
-        <th style='background-color:$color{'color20'};'>$Lang::tr{'status'}</th>
+        <th>$Lang::tr{'network'}</th>
+        <th>$Lang::tr{'ip address'}</th>
+        <th>$Lang::tr{'status'}</th>
   </tr>
   <tr>
         <td style='width:25%; text-align:center; background-color:$Header::colourred;'><a href='/cgi-bin/pppsetup.cgi' style='color:white;'><b>$Lang::tr{'internet'}</b></a><br/></td>