From 464fc88bf0f4b29053f412fbe536dd9118ff4045 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Sat, 18 Jun 2022 21:21:31 -0700 Subject: [PATCH] webapps.help: more borders --- extra/webapps/help/search.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/extra/webapps/help/search.css b/extra/webapps/help/search.css index b08e5e035e..fa937b3a60 100644 --- a/extra/webapps/help/search.css +++ b/extra/webapps/help/search.css @@ -17,7 +17,7 @@ font-size: 14pt; color: #7f7f7f; text-align: center; - border: 1px solid transparent; + border: 1px solid #ccc; border-bottom: none; } @@ -52,6 +52,8 @@ .label { color: #bdc1c6; + border: 1px solid #666; + border-bottom: none; } .label:hover { @@ -74,5 +76,7 @@ .label { width: 33.33%; + border: 1px solid transparent; + border-bottom: none; } } -- 2.34.1