The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Log in input color

3 posters

Go down

In progress Log in input color

Post by XDirect12345 December 21st 2011, 10:31 pm

Is there any way to change the input color for the log in from orange to a color you want? make it highlight for example?
XDirect12345
XDirect12345
Forumember

Male Posts : 361
Reputation : 3
Language : English

http://xdirect12345.forummotion.com

Back to top Go down

In progress Re: Log in input color

Post by Nera. December 21st 2011, 10:33 pm

Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

In progress Re: Log in input color

Post by XDirect12345 December 22nd 2011, 12:56 am

XDirect12345
XDirect12345
Forumember

Male Posts : 361
Reputation : 3
Language : English

http://xdirect12345.forummotion.com

Back to top Go down

In progress Re: Log in input color

Post by Nera. December 22nd 2011, 11:48 am

Hi,

This will make your input boxes to glow on hover:

Code:
input[type="password"]:hover {
    box-shadow: 0px 0px 8px #215dc4;
}
input[type="text"]:hover {
    box-shadow: 0px 0px 8px #215dc4;
}

If you want them to glow all the time remove the :hover from both rules. If you want to change glow use this and make a new glow http://www.css3maker.com/
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

In progress Re: Log in input color

Post by XDirect12345 December 23rd 2011, 12:39 am

Nera. wrote:Hi,

This will make your input boxes to glow on hover:

Code:
input[type="password"]:hover {
    box-shadow: 0px 0px 8px #215dc4;
}
input[type="text"]:hover {
    box-shadow: 0px 0px 8px #215dc4;
}

If you want them to glow all the time remove the :hover from both rules. If you want to change glow use this and make a new glow http://www.css3maker.com/

Close, but I want it to appear when your typing something in, by the way, it still shows the yellow-orange as I type stuff in.
XDirect12345
XDirect12345
Forumember

Male Posts : 361
Reputation : 3
Language : English

http://xdirect12345.forummotion.com

Back to top Go down

In progress Re: Log in input color

Post by XDirect12345 December 23rd 2011, 6:47 pm

BUMP
XDirect12345
XDirect12345
Forumember

Male Posts : 361
Reputation : 3
Language : English

http://xdirect12345.forummotion.com

Back to top Go down

In progress Re: Log in input color

Post by Sanket December 24th 2011, 5:54 am

Please don't double/triple post. Your post need to be separated by 24 hours before bumping, replying or adding more information. Please use the edit button instead!
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

In progress Re: Log in input color

Post by XDirect12345 December 31st 2011, 1:48 am

If I can get the code for this:
http://i.imm.io/djRh.png

And then add my own highlight that would be fine too. Any ideas?
XDirect12345
XDirect12345
Forumember

Male Posts : 361
Reputation : 3
Language : English

http://xdirect12345.forummotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum