From 90880460d52852652b0e23d68759afb769bbde3e Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Thu, 16 Jun 2022 00:06:25 -0400 Subject: [PATCH] improve border on search box --- groups/home/LibAnswers-4-js-css.html | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/groups/home/LibAnswers-4-js-css.html b/groups/home/LibAnswers-4-js-css.html index b4bcf9f..d52346b 100644 --- a/groups/home/LibAnswers-4-js-css.html +++ b/groups/home/LibAnswers-4-js-css.html @@ -295,19 +295,15 @@ a.no-underline { text-decoration: none; } .zero-margin { margin: -2px; } #blue-border1 { - outline: 5px solid #003466; - outline-right: 0px; - outline-offset: -1px; + box-shadow: 0px 3.5px 0 #003466, 0px -3.5px 0 #003466, -3.5px -3.5px 0 #003466, -3.5px 3.5px 0 #003466; } #blue-border2 { - box-shadow: 0px -4.5px 0 #003466, 0px 4.5px 0 #003466; + box-shadow: 0px -3.5px 0 #003466, 0px 3.5px 0 #003466; } #blue-border3 { - outline: 5px solid #003466; - outline-left: 0px; - outline-offset: -1px; + box-shadow: 0px 3.5px 0 #003466, 0px -3.5px 0 #003466, 3.5px -3.5px 0 #003466, 3.5px 3.5px 0 #003466; } .nav-by-jumbotron { margin-top: 0px !important; }