Ticket #4602: 4602.diff
File 4602.diff, 1.4 KB (added by , 13 years ago) |
---|
-
bp-themes/bp-legacy/css/buddypress.css
695 695 padding: 5px; 696 696 width: 160px; 697 697 } 698 698 699 #buddypress button, 699 700 #buddypress a.button, 700 701 #buddypress input[type=submit], … … 702 703 #buddypress input[type=reset], 703 704 #buddypress ul.button-nav li a, 704 705 #buddypress div.generic-button a, 705 #buddypress .comment-reply-link { 706 #buddypress .comment-reply-link, 707 .bp_group a.button { 706 708 background: #fff; /* Old browsers */ 707 709 background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6+ */ 708 710 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */ … … 724 726 text-decoration: none; 725 727 line-height: 14px; 726 728 } 729 727 730 #buddypress button:hover, 728 731 #buddypress a.button:hover, 729 732 #buddypress a.button:focus, … … 733 736 #buddypress ul.button-nav li a:hover, 734 737 #buddypress ul.button-nav li.current a, 735 738 #buddypress div.generic-button a:hover, 736 #buddypress .comment-reply-link:hover { 739 #buddypress .comment-reply-link:hover, 740 .bp_group a.button:hover { 737 741 background: #ededed; 738 742 background: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); /* FF3.6+ */ 739 743 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */