Skip to content

Commit

Permalink
Make files table rows hoverable
Browse files Browse the repository at this point in the history
  • Loading branch information
Marlamin committed Sep 6, 2024
1 parent 7d49141 commit d0c59ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wwwroot/files/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
</div>
<div id='files_tree' style='display: none'><div id='tree'></div></div>
<!--<div id='files_treetoggle' class='collapsed' onClick='toggleTree()'>&gt;</div>-->
<table id='files' class="table table-striped table-condensed" cellspacing="0" style='margin: auto; ' width="100%">
<table id='files' class="table table-striped table-hover table-condensed" cellspacing="0" style='margin: auto; ' width="100%">
<thead>
<tr>
<th style='width: 50px;'>FDID</th>
Expand Down

0 comments on commit d0c59ec

Please sign in to comment.