Browse Source

added hover to DBG table

Piotr Labudda 10 năm trước cách đây
mục cha
commit
8e9d9149bf
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      SE/se-lib/DBG.php

+ 1 - 1
SE/se-lib/DBG.php

@@ -88,7 +88,7 @@ class DBG {
 			}
 		}
 		?>
-<table class="table table-bordered">
+<table class="table table-bordered table-hover">
 	<caption><?php echo "{$label} ({$className}::{$functionName}:{$lineNumber}):"; ?></caption>
 	<thead>
 		<tr>