From 5c271cf7b110625f4459a4aa2bd7359cff8b2c1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Sun, 31 Jul 2016 17:53:16 -0400 Subject: [PATCH] Fix accidentally removed border-radius This was removed by https://github.com/thelounge/lounge/pull/379/files#diff-97db1f70168fb5f12457b238ff6052b5L504. --- client/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/css/style.css b/client/css/style.css index cb3d324a..fc0e9645 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -591,6 +591,7 @@ button { border-radius: 2px; bottom: 4px; left: 220px; + overflow: hidden; /* Without this, border-radius has no effect */ position: absolute; right: 5px; top: 4px;