From 1ddf4d8983b6a23144f9ddbc720d00e35d35d535 Mon Sep 17 00:00:00 2001 From: reschan Date: Mon, 18 Oct 2021 16:47:36 +0700 Subject: [PATCH] style: 3d-looking border for input fields --- sq2.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sq2.css b/sq2.css index 4696a6c..6edd3ff 100644 --- a/sq2.css +++ b/sq2.css @@ -120,7 +120,10 @@ p { input { background-color: rgb(40, 40, 40); - border: 2px solid rgb(25, 25, 25) !important; + border-top: 2px solid rgb(25, 25, 25) !important; + border-left: 2px solid rgb(25, 25, 25) !important; + border-bottom: 2px solid rgb(45, 45, 45) !important; + border-right: 2px solid rgb(45, 45, 45) !important; box-sizing: border-box !important; color: rgb(240, 240, 240); min-width: 0;