diff --git a/web/styles/portico/email_log.css b/web/styles/portico/email_log.css index f24f99223e..dbfdef6b21 100644 --- a/web/styles/portico/email_log.css +++ b/web/styles/portico/email_log.css @@ -34,6 +34,24 @@ outline-offset: -2px; } } + + & input[type="text"] { + padding: 4px 6px; + color: hsl(0deg 0% 33%); + border-radius: 4px; + border: 1px solid hsl(0deg 0% 80%); + box-shadow: inset 0 1px 1px hsl(0deg 0% 0% / 7.5%); + transition: border linear 0.2s, box-shadow linear 0.2s; + margin-bottom: 10px; + width: 206px; + + &:focus { + border-color: hsl(206deg 80% 62% / 80%); + outline: 0; + box-shadow: inset 0 1px 1px hsl(0deg 0% 0% / 7.5%), + 0 0 8px hsl(206deg 80% 62% / 60%); + } + } } & input[type="checkbox"] {