« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/static/css/site.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css
index 82fe1a2a..f98a5ab1 100644
--- a/src/static/css/site.css
+++ b/src/static/css/site.css
@@ -1517,6 +1517,12 @@ span.path, code.filename {
 
 .image-details code.filename {
   margin-left: -0.4ch;
+  opacity: 0.8;
+}
+
+.image-details code.filename:hover {
+  opacity: 1;
+  cursor: text;
 }
 
 span.path i {