From e268ccb6665a1a596ccc84cb395777d69010d9db Mon Sep 17 00:00:00 2001 From: Christoph Stenglein Date: Mon, 21 Dec 2020 08:37:02 +0100 Subject: only show colors in compact mode Signed-off-by: Christoph Stenglein --- css/content.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/content.css b/css/content.css index f8a6c8c4c..e1dbc9364 100644 --- a/css/content.css +++ b/css/content.css @@ -203,11 +203,11 @@ background-image: linear-gradient(to right, orange 0, orange 2px, transparent 2px); } -#app-content li.item:nth-child(odd) div.utils { +#app-content .compact li.item:nth-child(odd) div.utils { background-color: var(--color-primary-light); } -#app-content li.item div.utils:hover { +#app-content .compact li.item div.utils:hover { background-color: var(--color-background-hover); } -- cgit v1.2.3