From d16423e4ac993fe8d3ea37afb79895c3158a5577 Mon Sep 17 00:00:00 2001 From: NI Date: Fri, 30 Aug 2019 06:56:27 +0800 Subject: [PATCH] Adjust style of the "Known remotes" list --- ui/widgets/connect_known.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui/widgets/connect_known.css b/ui/widgets/connect_known.css index bebb443..d2ce966 100644 --- a/ui/widgets/connect_known.css +++ b/ui/widgets/connect_known.css @@ -108,8 +108,11 @@ font-size: 0.8em; margin-right: 5px; font-weight: normal; + padding: 0 2px; + border-radius: 2px; } #connect-known-list li h2.highlight::before { color: #eee; + background: #555; }