Foren / Cotonti / Skins / Input name in opera

SunChase
#1 10. Oktober 2009, 22:03
When
<input class="login" type="text" name="rusername"....
is used i get the next problem: after i login once - the input field marks ah "visited" with a yellow border,which i dont know how to get rid off.The css doesnt understand input:visited so i'm stuck.Help
screenshot:
[url=http://ka13.orgfree.com]KA13[/url] - The essence of creativity

Dieser Beitrag wurde von SunChase (am 10. Oktober 2009, 23:18, vor 14 Jahre) bearbeitet
Stam
#2 10. Oktober 2009, 23:47
I think this comes from the "Wand". If you save your account's information into the Wand, Opera highlights it by adding a yellow border to the input fields.

Are you defining a border-style? Probably your best bet would be to simply set a style by default, then setting the border-color will override it.

For example, try

.login { border: 1px solid #666; }

and see if that helps.
It's not the hours you put in, but what you put in the hours.
SunChase
#3 11. Oktober 2009, 00:26
I've tried this - A border inside a border
[url=http://ka13.orgfree.com]KA13[/url] - The essence of creativity
Kort
#4 11. Oktober 2009, 02:34
Imo there's no way you can remove it. Its a different kind of border and does not depend on the style you define in css files. Btw, I saw some scripts removing similar stuff in IE, but not in the Opera.
SED.by - создание сайтов, разработка плагинов и тем для Котонти