From 9f51b72cabece6e0a579128b9b0775a0b756b40f Mon Sep 17 00:00:00 2001 From: hankhill19580 Date: Sun, 8 Nov 2020 02:49:16 +0000 Subject: [PATCH] fix oversized button on i2ptunnel home page --- installer/resources/themes/i2ptunnel/light/i2ptunnel.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/resources/themes/i2ptunnel/light/i2ptunnel.css b/installer/resources/themes/i2ptunnel/light/i2ptunnel.css index 26583f7084..74379df70a 100644 --- a/installer/resources/themes/i2ptunnel/light/i2ptunnel.css +++ b/installer/resources/themes/i2ptunnel/light/i2ptunnel.css @@ -210,7 +210,7 @@ hr { font-weight: normal; color: #33333f; border: 1px solid #999daf; - border-radius: 12px; + border-radius: 15px; background: #eee; background: linear-gradient(to bottom, #fff, #efefff); box-shadow: inset 0 0 0 1px #fff; @@ -218,7 +218,7 @@ hr { box-sizing: border-box; margin: 2px 4px !important; min-width: 70px !important; - padding: 7px 8px; + padding: 7px 8px 3px; } button.control, input.control {