X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=css%2Ftt-rss.less;h=e821ea2e4491a00614c1e856279f6908c62fa98b;hb=2b724177aec39596761cdb985905c1d86ba8899f;hp=1f371908f975d1a03ad9dbde4165eb2bf2290ef3;hpb=930691876762e8149724993e2de7a80648442615;p=tt-rss.git diff --git a/css/tt-rss.less b/css/tt-rss.less index 1f371908..e821ea2e 100644 --- a/css/tt-rss.less +++ b/css/tt-rss.less @@ -14,14 +14,13 @@ body.ttrss_main { div.postHeader { padding : 5px; - margin-right : 4px; color : #909090; border: 0px solid #ddd; border-bottom-width: 1px; + background: #f0f0f0; div.postDate { text-align : right; - color : #909090; float : right; } @@ -38,6 +37,7 @@ body.ttrss_main { div.postTitle { overflow : hidden; + font-size : 15px; text-overflow: ellipsis; white-space : nowrap; font-weight : 600; @@ -329,17 +329,26 @@ body.ttrss_main { color : black; } - .hl.active { - background : @color-accent-light ! important; - } - .hl.active div.hlTitle a { color : @color-accent; /* text-shadow : 1px 1px 2px #fff; */ } + .hl.active { + background : @color-accent ! important; + } + + .hl.active, .hl.Selected { - background : #f9fbff; + color : white; + background : desaturate(@color-accent, 50%); + + a, + .hlFeed a, + .hlContent a.title, + span { + color : white; + } } .hl.Grayed { @@ -903,6 +912,13 @@ body.ttrss_main { display : none; } + #content-insert_splitter { + background : #f0f0f0; + border-color: #ddd; + border-top-width : 1px; + border-style : solid; + } + #toolbar { padding : 0px; margin : 0px; @@ -944,7 +960,6 @@ body.ttrss_main { border-color : #ddd; border-width : 0px; line-height: 1.5; - font-size : 15px; overflow : auto; -webkit-overflow-scrolling : touch; } @@ -1187,3 +1202,7 @@ body.ttrss_login { } } +::selection { + background : @color-accent; + color : white; +} \ No newline at end of file