WordPress Themes, Plugins and HTML Templates › Forums › Contango WordPress Theme › A glitches & fixes thread for Contango 5.0 › Re: A glitches & fixes thread for Contango 5.0
Another ticket: this time for style.css.
Look at lines 572-574. There are selectors for text, password and email. It would be wise to append a “number” type in there:
input[type=”text”],
input[type=”number”],
input[type=”password”],
input[type=”email”],
textarea,
select {
[/CODE]
The same for lines 598-600.
Otherwise it looks like this:
[ATTACH=full]44[/ATTACH]
By the way, do you have a ticket system?[CODE]
input[type=”text”],
input[type=”number”],
input[type=”password”],
input[type=”email”],
textarea,
select {
[/CODE]
The same for lines 598-600.
Otherwise it looks like this:
[ATTACH=full]44[/ATTACH]
By the way, do you have a ticket system?