From a6cdcd171df429acf01edf608df0cc1586946fd9 Mon Sep 17 00:00:00 2001 From: aandrew-me Date: Fri, 18 Nov 2022 15:15:02 +0600 Subject: [PATCH] Small style changes --- assets/css/extra.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/assets/css/extra.css b/assets/css/extra.css index 89b8979..09f8828 100644 --- a/assets/css/extra.css +++ b/assets/css/extra.css @@ -27,9 +27,9 @@ input[type="text"]{ flex-direction: row; justify-content: space-between; margin:0 15px; - border: 1px solid rgb(75, 75, 75); - padding:10px; + padding:15px 10px; border-radius: 15px; + background-color: rgb(60, 60, 60); } #save{ @@ -78,7 +78,7 @@ input[type="checkbox"]{ #selectLocation{ padding:10px; - margin:0 15px; + margin:0 20px; border:none; border-radius: 10px; font-size: large; @@ -87,6 +87,7 @@ input[type="checkbox"]{ border-bottom: 4px solid rgb(30, 139, 30); cursor: pointer; position: relative; + outline: none; } #selectLocation:active{ border-bottom: none;