From d538613b60ea2c5bff4f8e124ecbb8dedb528aea Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 18 Apr 2016 21:18:13 +0200 Subject: Fix #791 --- css/content.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'css/content.css') diff --git a/css/content.css b/css/content.css index 62f3ee249..864e5200d 100644 --- a/css/content.css +++ b/css/content.css @@ -193,6 +193,10 @@ background-image: linear-gradient(top, rgb(248,248,248) 0, rgb(255,255,255) 84px); } +#app-content .item.active { + background-image: linear-gradient(to right, orange 0, orange 2px, #ffffff 2px); +} + #app-content :not(.compact) .item { } -- cgit v1.2.3