summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Stenglein <christoph@christophstenglein.com>2020-12-20 20:13:13 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2020-12-21 13:43:31 +0100
commit11b5222202dad97fac2fb476a06ab227448c973f (patch)
tree04164a0267473dfd1f166f0e70345669887a63b8
parent11f5904dd58cbcb45e0e3e6c466f187e30323155 (diff)
add hover and odd background for content entries
Signed-off-by: Christoph Stenglein <christoph@christophstenglein.com>
-rw-r--r--css/content.css8
1 files changed, 8 insertions, 0 deletions
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 {
}