Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .btn-eliminar {
- background: #661231;
- background-image: -webkit-linear-gradient(top, #661231, #ab0f2f);
- background-image: -moz-linear-gradient(top, #661231, #ab0f2f);
- background-image: -ms-linear-gradient(top, #661231, #ab0f2f);
- background-image: -o-linear-gradient(top, #661231, #ab0f2f);
- background-image: linear-gradient(to bottom, #661231, #ab0f2f);
- -webkit-border-radius: 28;
- -moz-border-radius: 28;
- border-radius: 28px;
- color: #ffffff;
- padding: 10px 20px 10px 20px;
- text-decoration: none;
- }
- .btn-eliminar:hover {
- background: #780000;
- background-image: -webkit-linear-gradient(top, #780000, #d93434);
- background-image: -moz-linear-gradient(top, #780000, #d93434);
- background-image: -ms-linear-gradient(top, #780000, #d93434);
- background-image: -o-linear-gradient(top, #780000, #d93434);
- background-image: linear-gradient(to bottom, #780000, #d93434);
- text-decoration: none;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement