From 109e9862281bcd32f75d60f23e4c42f99155a121 Mon Sep 17 00:00:00 2001 From: harukin Date: Sat, 10 Nov 2018 20:41:29 +0900 Subject: [PATCH] --- plusfuture/css/style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index d5c03d4..04b2f2c 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1845,13 +1845,18 @@ dl.bb-dl > dd > li { border: none; } -#profile-jot-submit-wrapper .btn-outline-secondary{ +#profile-jot-submit-wrapper > div > .btn-outline-secondary , #profile-jot-submit-wrapper > div > div > .btn-outline-secondary{ + border: unset; + border-radius: 50% !important; + width: 2.5rem; + height: 2.5rem; +} +.modal-footer .btn-outline-secondary{ border: unset; border-radius: 50% !important; width: 2.5rem; height: 2.5rem; } - .btn-primary{ border-radius: 15% !important; width: 50%;