From 4584a03ffe5531e5743710eaed39e645cc97cee5 Mon Sep 17 00:00:00 2001 From: Hannes Mannerheim Date: Tue, 25 Aug 2015 14:18:44 +0200 Subject: [PATCH] fixes #261 --- css/qvitter.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/css/qvitter.css b/css/qvitter.css index 44522f7..a948600 100644 --- a/css/qvitter.css +++ b/css/qvitter.css @@ -1556,6 +1556,15 @@ background-repeat: no-repeat; width: 100%; opacity:0.7; } +.stream-item.next-expanded.selected-by-keyboard::before { + border-bottom-left-radius: 9px; + border-bottom-right-radius: 9px; + height: 100%; + } +.stream-item.expanded:not(.conversation) + .stream-item:not(.conversation)::before { + border-top-left-radius: 9px; + border-top-right-radius: 9px; + } .stream-item.expanded.selected-by-keyboard::before { height:100%; border-radius: 9px;