summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Stenglein <christoph@christophstenglein.com>2020-12-21 08:37:02 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2020-12-21 13:43:31 +0100
commite268ccb6665a1a596ccc84cb395777d69010d9db (patch)
tree8d98b40665e7198ce1b9f25aed2b36f4fdc60f4c
parent80615397eb2680d47987a7af752231d83d6974d0 (diff)
only show colors in compact mode
Signed-off-by: Christoph Stenglein <christoph@christophstenglein.com>
-rw-r--r--css/content.css4
1 files 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);
}