summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/content.css4
1 files changed, 4 insertions, 0 deletions
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 {
}