From 1e21cf1fa77421ab7abd52d55af1662a6890766e Mon Sep 17 00:00:00 2001 From: Adolfo Jayme Barrientos Date: Thu, 10 Sep 2020 09:48:08 -0500 Subject: CSS: Separate this rule out of the block Change-Id: I1c7ea2603fcbb8a6668cde831848246bb4d1c3a4 --- help3xsl/default.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/help3xsl/default.css b/help3xsl/default.css index 5e1a75702a..5502308ad2 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -560,11 +560,13 @@ li.disabled a { outline: none; padding: 0 .25em; transition: all 0.30s ease-in-out; - width: 100%; } #search-bar:focus, input:focus { border: 1px solid #0EA5FB; } +#search-bar { + width: 100%; +} #search-bar::placeholder { font-style: italic; } -- cgit v1.2.3