summaryrefslogtreecommitdiff
path: root/css/tt-rss.less
diff options
context:
space:
mode:
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;