Welcome to GeekShield!
We see that you not logged in or registerd. Please click one of the buttons below!


You are not connected. Please login or register

Reset button

2 posters

Go down  Message [Page 1 of 1]

1Complete Reset button Sat Apr 28, 2012 2:25 am

Coddy

Coddy

Hi!

Reset button from registration page, is different than anothers on the site. The code is created only for submit and button type of input.
Code:
input[type="button"], input[type="submit"] {
-moz-border-radius: 3px!important;
-moz-box-shadow: inset 0 1px 0 0 #fff;
-webkit-border-radius: 3px!important;
-webkit-box-shadow: inset 0 1px 0 0 #fff;
background: -moz-linear-gradient(centertop,#EDEDED5%,#DFDFDF100%)!important;
background-color: #EDEDED!important;
border: 1px solid gainsboro!important;
border-radius: 3px!important;
box-shadow: inset 0 1px 0 0 #fff;
color: #777!important;
display: inline-block;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#dfdfdf');
font-family: arial;
font-size: 12px;
font-weight: 700;
padding: 6px 24px!important;
text-decoration: none;
text-shadow: 1px 1px 0 white!important;
}

You should add and reset:
Code:
input[type="reset"]

2Complete Re: Reset button Sat Apr 28, 2012 3:36 am

RockerMan

RockerMan
Administrator
Administrator

Thanks, forgot to add it >.<

http://www.geek-shield.com

3Complete Re: Reset button Wed May 02, 2012 1:48 am

RockerMan

RockerMan
Administrator
Administrator

Topic Solved & Locked

http://www.geek-shield.com

Sponsored content



Back to top  Message [Page 1 of 1]

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