Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- padding: 0 20px;
- height: 32px;
- border: 1px solid rgba(68, 68, 68, 0.7);
- border-radius: 6px;
- background: rgb(101, 66, 10);
- background: -moz-linear-gradient(top, rgb(101, 66, 10) 0%, rgb(177, 129, 53) 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(101, 66, 10)), color-stop(100%, rgb(177, 129, 53)));
- background: -webkit-linear-gradient(top, rgb(177, 129, 53) 0%, rgb(146, 96, 17) 100%);
- background: -o-linear-gradient(top, rgb(101, 66, 10) 0%, rgb(177, 129, 53) 100%);
- background: -ms-linear-gradient(top, rgb(101, 66, 10) 0%, rgb(177, 129, 53) 100%);
- background: -webkit-linear-gradient(to bottom, rgb(101, 66, 10) 0%, rgb(177, 129, 53) 100%);
- box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.25);
- color: white;
- font-family: 'Ubuntu';
- line-height: 32px;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65420a', endColorstr='#b18135',GradientType=0 );
- cursor: pointer;
- -webkit-transition: all 0.14s ease-in-out;
Advertisement
Add Comment
Please, Sign In to add comment