Hi,
input fields have no borders, so that it is difficult to write there.
Where is problem?
Thanx
Hi medved,
this is a setting at your template css, I have just seen a fix for this in the "how to" forums, make a quick search or take alook at the past 10 or 15 posts there and you wil lfind it!
let me know!
Regards
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Thanks.
I have already done it, but I didn´t know how to delete this topic.
No problems, will be nice if you posted the fix for anybody comes here again!
Regards
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
OK.
I changed:
input, button {
border: none;
}
to:
input, button {
border:1px solid #829300;
}
in my template.css
Cool, thank you for sharing this!🙂
Regards
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.