This is a cool button style I made! Enjoy!
/* ==UserStyle==
@name Cool Button
@description This is a cool button style I made! Enjoy!
@version 0.0.1.20200706153523
@namespace https://greasyfork.org/users/664021
==/UserStyle== */
.button2 {
background: none repeat scroll 0 0 rgba(255, 165, 0, 0.7);
transition: background 0.8s ease 0s;
border: 0 none;
color: #fff;
cursor: pointer;
font: 300 15px/39px "Open Sans",Helvetica,Arial,sans-serif;
height: 39px;
margin: 10px 0 0 20px;
outline: medium none;
overflow: hidden;
padding: 0 25px;
position: relative;
display: block;
float: right;
text-decoration: none;
}
.button2:hover{
background: none repeat scroll 0 0 rgba(255, 165, 0, 1);
}