upping z-index a notch to prevent the problem outlined in https://github.com/yahoo/pure/issues/103

This commit is contained in:
James Alley 2015-02-02 16:50:30 -08:00
parent 024e036c2c
commit e321b6605b

View File

@ -254,7 +254,7 @@ since IE8 won't execute CSS that contains a CSS3 selector.
}
.pure-form .pure-group input:focus,
.pure-form .pure-group textarea:focus {
z-index: 2;
z-index: 3;
}
.pure-form .pure-group input:first-child,
.pure-form .pure-group textarea:first-child {