From: Dan Allen Date: Thu, 31 Mar 2022 08:23:03 +0000 (-0600) Subject: set the opacity of the placeholder text for an input field to make it consistent X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=dec1f29effe59c0d08d0dc17d79fce2daf2891c9;p=eg-antora.git set the opacity of the placeholder text for an input field to make it consistent --- diff --git a/src/css/base.css b/src/css/base.css index a10201b..b0d16ee 100644 --- a/src/css/base.css +++ b/src/css/base.css @@ -103,6 +103,10 @@ object[type="image/svg+xml"]:not([width]) { width: fit-content; } +::placeholder { + opacity: 0.5; +} + @supports (scrollbar-width: thin) { body * { scrollbar-width: thin;