summaryrefslogtreecommitdiff
path: root/css/tt-rss.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-07-08 14:58:16 +0300
committerAndrew Dolgov <[email protected]>2019-07-08 14:58:16 +0300
commitc0aa9d05485b6f9b836190dd09ee3edb3ed315ca (patch)
treee97973ec8d0cc036bcbf6b26c9c10d97ddd84633 /css/tt-rss.less
parent3c7414cee1f6905e429b865e67d5b82136b2454b (diff)
minor css global define tweaks to better match claro (2)claro-throwback
Diffstat (limited to 'css/tt-rss.less')
-rwxr-xr-xcss/tt-rss.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/tt-rss.less b/css/tt-rss.less
index 94680f6b1..abd18dd6b 100755
--- a/css/tt-rss.less
+++ b/css/tt-rss.less
@@ -217,6 +217,10 @@ body.ttrss_main {
}
}
+ .hl:nth-child(odd) {
+ background : #F0F0F0 ! important;
+ }
+
.hl {
border: 0px solid @border-default;
border-bottom-width: 1px;