Skip to content

Commit 3123d7a

Browse files
committed
added focus and selected state to subscribe email input on Community page
1 parent fde69b2 commit 3123d7a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/assets/css/main.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3072,6 +3072,16 @@ iframe {
30723072
width: 13em;
30733073
}
30743074

3075+
.email-octopus-email-address:focus {
3076+
color: #ed225d;
3077+
text-decoration: none;
3078+
padding-bottom: 0.11em;
3079+
outline: none;
3080+
border: 0.11em dashed;
3081+
border-color: #ed225d;
3082+
transition: border 30ms linear;
3083+
}
3084+
30753085
.email-octopus-form-row-hp {
30763086
position: absolute;
30773087
left: -5000px;

0 commit comments

Comments
 (0)