diff --git a/src/listing.html b/src/listing.html index d07275a..2c6ecda 100644 --- a/src/listing.html +++ b/src/listing.html @@ -135,9 +135,19 @@ table#files tr:nth-child(odd) { background: #444; } + table#files tr { + position: relative; + } table#files tr a { color: #ACF; } + table#files a::after { + content: ""; + position: absolute; + width: 100%; + height: 100%; + left: 0; + } .sort-down, .sort-up { color: lightseagreen; @@ -170,25 +180,6 @@

~{linked-path}

{files}