From 4808179f5f11f77bfc38f8b6dc41a6d88bd3b192 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Fri, 9 Aug 2013 22:41:14 +0200 Subject: Add delete support to thumbnail history Signed-off-by: Florian Pritz --- data/css/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'data/css') diff --git a/data/css/style.css b/data/css/style.css index ad956c57f..bcbcaafc5 100644 --- a/data/css/style.css +++ b/data/css/style.css @@ -238,6 +238,14 @@ body { display: inline-block; } +.upload_history_thumbnails .marked { + background: red; +} + +.upload_history_thumbnails .marked img { + opacity: 0.4; +} + /* highlighting theme */ .hll { background-color: #ffffcc } -- cgit v1.2.3-24-g4f1b