This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .prtybtn { | |
| padding : 2px 7px 4px; | |
| border : 1px solid #ddd; | |
| cursor : pointer; | |
| color : #ddd; | |
| background : #969696; /* Old browsers */ | |
| background : -moz-linear-gradient(top, #969696 0%, #6b6b6b 64%); /* FF3.6+ */ | |
| background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#969696), color-stop(64%,#6b6b6b)); /* Chrome,Safari4+ */ | |
| background : -webkit-linear-gradient(top, #969696 0%,#6b6b6b 64%); /* Chrome10+,Safari5.1+ */ |