Exclude input type="hidden" from input-group border-radius rules
Created by: eablokker
If I use input type="hidden" inside an input-group as the first input in the group, the first visible input will not have border-radius top left and bottom left applied. The CSS is probably being applied to the input:first-child or something like that. Hidden inputs should probably be excluded from this rule.