From 8a2d24bccd8288ac56357bd5de11e6fba4ea8ab9 Mon Sep 17 00:00:00 2001 From: Julian Sparber Date: Fri, 29 Dec 2017 22:34:33 +0100 Subject: [PATCH] [fix] add round corners to frame widget, close #24 --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index 0e89fc9..1430e6d 100644 --- a/src/style.css +++ b/src/style.css @@ -3,6 +3,6 @@ font-weight: bold; } -list, border { +frame, list, border { border-radius: 4px; }