From 4b0cd37854df66dce81d3e38467a162dd7655f65 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Mon, 26 Sep 2016 12:54:32 -0700 Subject: [PATCH] Remove font size change of file info on hover. Was more annoying than helpful. --- src/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/css/style.css b/src/css/style.css index 79b33f679..63c58762a 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -834,14 +834,14 @@ div.catalog-thread { min-height: 16px; padding: 2px; } +.catalog-small .fileText { + font-size: 10px; +} .catalog-thread .file:not(:hover) .fileText { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } -.catalog-small .file:not(:hover) .fileText { - font-size: 10px; -} .catalog-thread .file:hover { z-index: 2; background-color: inherit;