From f682faf35989fad2ee2a2471d40a58cb7e0b88bc Mon Sep 17 00:00:00 2001 From: ccd0 Date: Thu, 29 Sep 2016 10:30:23 -0700 Subject: [PATCH] Don't highlight/outline 'No File' or 'File Deleted' thumbnails with Werk Tyme on. --- src/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/css/style.css b/src/css/style.css index 37d4a539c..a9694d275 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -1324,13 +1324,13 @@ input[name="Default Volume"] { display: block; clear: both; } -.catalog-thread.filter-highlight .catalog-thumb, +:root:not(.werkTyme) .catalog-thread.filter-highlight .catalog-thumb, :root.werkTyme .catalog-thread.filter-highlight:not(:hover), :root.werkTyme:not(.catalog-hover-expand) .catalog-thread.filter-highlight, :root.werkTyme.catalog-hover-expand .catalog-thread.filter-highlight > .catalog-container:hover > .catalog-post { box-shadow: 0 0 3px 3px rgba(255, 0, 0, .5); } -.catalog-thread.watched .catalog-thumb, +:root:not(.werkTyme) .catalog-thread.watched .catalog-thumb, :root.werkTyme .catalog-thread.watched:not(:hover), :root.werkTyme:not(.catalog-hover-expand) .catalog-thread.watched, :root.werkTyme.catalog-hover-expand .catalog-thread.watched > .catalog-container:hover > .catalog-post {