diff options
Diffstat (limited to 'help3xsl')
-rw-r--r-- | help3xsl/default.css | 4 |
1 files changed, 3 insertions, 1 deletions
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; } |