From 4964d03e1f2c84c44e4d664df022b4792244e0d0 Mon Sep 17 00:00:00 2001 From: Julian Sparber Date: Fri, 22 Dec 2017 23:25:25 +0100 Subject: [PATCH] [minor] add round corner to listboxes --- src/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/style.css b/src/style.css index 4b14e7a..0e89fc9 100644 --- a/src/style.css +++ b/src/style.css @@ -2,3 +2,7 @@ font-size: 18px; font-weight: bold; } + +list, border { + border-radius: 4px; +}