Website Construction

[Suggestions] PSN Username Checker

Submitted by Tropical, , Thread ID: 4803

Thread Closed

RE: [Suggestions] PSN Username Checker

#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: 1 Guest(s)