ianmartorell / meteor-accounts-ui-bootstrap-3

accounts-ui package with Bootstrap 3 and localization support
150 stars 109 forks source link

Email active border-bottom #42

Closed comerc closed 9 years ago

comerc commented 9 years ago

border

comerc commented 9 years ago

may be z-index

ianmartorell commented 9 years ago

I'm trying to find a solution to this, but it looks like z-index won't do it

comerc commented 9 years ago

You may use this solution:

input#login-email, input#login-password, input#login-old-password, input#login-password { position: relative; z-index: 1; }
input#login-email:focus, input#login-old-password:focus { z-index: 2; }
ianmartorell commented 9 years ago

I was missing position: relative :P thanks