Website Construction

[Suggestions] PSN Username Checker

Submitted by Tropical, , Thread ID: 4803

Thread Closed

RE: [Suggestions] PSN Username Checker

Akay
We are!
Level:
0
Reputation:
28
Posts:
946
Likes:
109
Credits:
2.05K
15-06-2015, 06:59 AM
#28
Meh

delete

Code:
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
-moz-animation: focus 0.1s;
-webkit-animation: focus 0.1s;
-ms-animation: focus 0.1s;
animation: focus 0.1s;
background-color: rgba(255, 255, 255, 0.125);
border-color: #1cb495;
}

Then it's fine (it removes the shit when you click the textbox)

Users browsing this thread: 3 Guest(s)