Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* DARK GRAY multi-upload buttons */
- .qq-upload-button {
- background: #767676;
- background: -moz-linear-gradient(top, #838383 0%, #373737 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#838383), color-stop(100%,#373737));
- background: -o-linear-gradient(#838383, #373737);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#838383', endColorstr='#373737') !important;
- zoom: 1;
- text-shadow: 0 -1px #373737;
- border: 1px solid #373737;
- }
- .qq-upload-button-hover {
- background: #636363;
- background: -moz-linear-gradient(top, #373737 0%, #838383 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#373737), color-stop(100%,#838383));
- background: -o-linear-gradient(#373737, #838383);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#373737', endColorstr='#838383') !important;
- zoom: 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment