From 4f75fe9b74edc825eb10611d12d29697e4b52929 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Fri, 16 May 2014 04:03:07 -0700 Subject: [PATCH] apply thetickleroftummies's expanding filenames fix --- src/General/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/General/css/style.css b/src/General/css/style.css index c88edb055..6ef3dc498 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -703,8 +703,8 @@ span.hide-announcement { } /* File */ -.fileText:hover .fntrunc, -.fileText:not(:hover) .fnfull, +.fileText > span > a:hover .fntrunc, +.fileText > span > a:not(:hover) .fnfull, .expanded-image > .post > .file > .fileThumb > img[data-md5] { display: none; }