From 11b5222202dad97fac2fb476a06ab227448c973f Mon Sep 17 00:00:00 2001 From: Christoph Stenglein Date: Sun, 20 Dec 2020 20:13:13 +0100 Subject: add hover and odd background for content entries Signed-off-by: Christoph Stenglein --- css/content.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/css/content.css b/css/content.css index 36628c668..f8a6c8c4c 100644 --- a/css/content.css +++ b/css/content.css @@ -203,6 +203,14 @@ background-image: linear-gradient(to right, orange 0, orange 2px, transparent 2px); } +#app-content li.item:nth-child(odd) div.utils { + background-color: var(--color-primary-light); +} + +#app-content li.item div.utils:hover { + background-color: var(--color-background-hover); +} + #app-content :not(.compact) .item { } -- cgit v1.2.3