Add css for path div to look like a link

This commit is contained in:
Junior 2023-08-22 13:59:01 -04:00
parent eb4ac7bb61
commit 08c0367d4d
2 changed files with 6 additions and 1 deletions

View File

@ -12,6 +12,11 @@ a, a:link, a:visited, a:active {
color: #22dd22;
}
.link {
cursor: pointer;
color: #22dd22;
}
.header {
font-size: 24pt;
font-weight: bold;

View File

@ -22,7 +22,7 @@ if ( $_SESSION['sortorder'] == SORTBYNAME ) {
?>
</div>
<div class='header' id='header'>&nbsp;</div>
<div id="path" class='name'></div>
<div id="path" class='name link'></div>
<div id="list" class='list'>
<!-- <div class='listcontainer'> -->
<!-- </div> -->