Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-04-18 22:18:13 +0300
committerBernhard Posselt <dev@bernhard-posselt.com>2016-04-18 22:18:13 +0300
commitd538613b60ea2c5bff4f8e124ecbb8dedb528aea (patch)
treebc80120a7aa578f47f4c41ab6af16153a9ea1731 /css
parent7867824595842ed8078dadbe247b6df4492e0e78 (diff)
Fix #791
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 {
}