Path: blob/master/source/_themes/flask/static/button.css
1241 views
.button {1border: 1px solid #1e4018;2background: #599c3e;3background: -webkit-gradient(linear, left top, left bottom, from(#8ad665), to(#599c3e));4background: -webkit-linear-gradient(top, #8ad665, #599c3e);5background: -moz-linear-gradient(top, #8ad665, #599c3e);6background: -ms-linear-gradient(top, #8ad665, #599c3e);7background: -o-linear-gradient(top, #8ad665, #599c3e);8background-image: -ms-linear-gradient(top, #8ad665 0%, #599c3e 100%);9padding: 9.5px 19px;10-webkit-border-radius: 14px;11-moz-border-radius: 14px;12border-radius: 14px;13-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;14-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;15box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;16text-shadow: #7f93bd 0 1px 0;17color: #fafafa;18font-size: 15px;19font-family: helvetica, serif;20text-decoration: none;21vertical-align: middle;22}23.button:hover {24border: 1px solid #264018;25text-shadow: #1e5732 0 1px 0;26background: #3e899c;27background: -webkit-gradient(linear, left top, left bottom, from(#65b1d4), to(#3e899c));28background: -webkit-linear-gradient(top, #65b1d4, #3e899c);29background: -moz-linear-gradient(top, #65b1d4, #3e899c);30background: -ms-linear-gradient(top, #65b1d4, #3e899c);31background: -o-linear-gradient(top, #65b1d4, #3e899c);32background-image: -ms-linear-gradient(top, #65b1d4 0%, #3e899c 100%);33color: #fff;34}35.button:active {36text-shadow: #1e4158 0 1px 0;37border: 1px solid #0a3c59;38background: #65a9d7;39background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#3e899c));40background: -webkit-linear-gradient(top, #3e779d, #65a9d7);41background: -moz-linear-gradient(top, #3e779d, #65a9d7);42background: -ms-linear-gradient(top, #3e779d, #65a9d7);43background: -o-linear-gradient(top, #3e779d, #65a9d7);44background-image: -ms-linear-gradient(top, #3e779d 0%, #65a9d7 100%);45color: #fff;46}4748