mirror of
https://github.com/kremalicious/Badged.git
synced 2024-12-28 07:37:43 +01:00
don't overwrite default button anymore
This commit is contained in:
parent
dec8ac0341
commit
5a04b33962
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user