Forums

Field Input

medved 03 Dec, 2008
Hi,
input fields have no borders, so that it is difficult to write there.
Where is problem?
Thanx
Max_admin 04 Dec, 2008
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.
medved 04 Dec, 2008
Thanks.
I have already done it, but I didn´t know how to delete this topic.
Max_admin 04 Dec, 2008
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.
medved 04 Dec, 2008
OK.
I changed:
input, button {
border: none;
}

to:
input, button {
border:1px solid #829300;
}

in my template.css
Max_admin 04 Dec, 2008
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.
This topic is locked and no more replies can be posted.