Hi,
I'm using the Shiny admin theme (that comes with Commerce Kickstart 2) and my Megamenus input texts are not readible : the height of the input text is too small and the text is not shown.
See screenshot:
The following CSS is applied in Shiny
input.form-autocomplete, input.form-text, input.form-file {
border: 1px solid #e0e0e0;
font: normal 500 1em/1em "Open Sans", Arial, sans-serif;
margin: 1px;
max-width: 100%;
padding: 5px;
}
and this one is in Megamenu:
input.form-text {
height: 18px;
width: 320px;
}
Changing the size to 20px seems to solve the problem.
Fixed in version 1.3