don't overwrite default button anymore

This commit is contained in:
Matthias Kretschmann 2013-08-06 20:53:52 +02:00
parent dec8ac0341
commit 5a04b33962
1 changed files with 0 additions and 11 deletions

View File

@ -130,17 +130,6 @@ input.button-primary {
margin-bottom: 3em;
}
#badgedoptions input.button-primary {
background: -webkit-linear-gradient(#298cba 0%, #227399 100%);
background: -moz-linear-gradient(#298cba 0%, #227399 100%);
background: -o-linear-gradient(#298cba 0%, #227399 100%);
background: -ms-linear-gradient(#298cba 0%, #227399 100%);
background: linear-gradient(#298cba 0%, #227399 100%);
-webkit-box-shadow: 0 1px 0 #fff;
-moz-box-shadow: 0 1px 0 #fff;
box-shadow: 0 1px 0 #fff;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and ( min--moz-device-pixel-ratio: 1.5),