From 214652b6cff51ff41501d3da2d777adb895aafda Mon Sep 17 00:00:00 2001 From: ahodesuka Date: Thu, 23 Feb 2012 15:37:34 -0600 Subject: [PATCH] Show full file name on filename hover, instead of .fileize. --- 4chan_x.user.js | 4 ++-- script.coffee | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index f2b11af6c..d6f5920b9 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -4137,10 +4137,10 @@ td.replyhider {\ float: left;\ pointer-events: none;\ }\ -.filesize .fnfull, .filesize:hover .fntrunc {\ +.filesize a .fnfull, .filesize a:hover .fntrunc {\ display: none;\ }\ -.filesize:hover .fnfull {\ +.filesize a:hover .fnfull {\ display: inline;\ }\ img[md5], img[md5] + img {\ diff --git a/script.coffee b/script.coffee index 224a53cde..f9195337b 100644 --- a/script.coffee +++ b/script.coffee @@ -3425,10 +3425,10 @@ td.replyhider { float: left; pointer-events: none; } -.filesize .fnfull, .filesize:hover .fntrunc { +.filesize a .fnfull, .filesize a:hover .fntrunc { display: none; } -.filesize:hover .fnfull { +.filesize a:hover .fnfull { display: inline; } img[md5], img[md5] + img {