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