Skip to:
Content

BuddyPress.org

Ticket #3242: orange_buttons.patch

File orange_buttons.patch, 1.7 KB (added by Dennissmolek, 14 years ago)

Removes blue button selector and makes all replies as buttons

  • default.css

     
    12881288        float: none !important;
    12891289        margin: 0 5px -8px 0 !important;
    12901290}
    1291 .activity-list .activity-header a:first-child,
    1292 .commentlist .depth-1 > .comment-content .comment-meta a:first-child,
    1293 span.highlight {
    1294         background: #ebf7ff;
    1295         border-bottom: 1px solid #a1dcfa;
    1296         border-right: 1px solid #a1dcfa;
    1297         color: #059ae7;
    1298         padding: 3px 8px;
    1299         text-decoration: none;
    1300         -moz-border-radius: 4px;
    1301         -webkit-border-radius: 4px;
    1302         border-radius: 4px;
    1303         margin-right: 3px;
    1304 }
    1305 .activity-list .activity-header a:first-child:hover {
    1306         background: #059ae7 !important;
    1307         color: #fff !important;
    1308 }
     1291
    13091292.activity-list .activity-content a:first-child:focus {
    13101293        outline: none;
    13111294}
     
    19491932        padding-left: 75px;
    19501933}
    19511934.commentlist .children .comment {
     1935        /* Is this needed? */
    19521936        margin-bottom: 5px;
    19531937}
    1954 div.comment-meta,
    1955 div.comment-options {
     1938ul.children .comment-entry {
     1939        margin-bottom: 10px;
     1940}
     1941div.comment-meta {
    19561942        color: #888;
     1943        float: left;
    19571944        font-size: 11px;
    19581945        margin: 15px 0;
     1946        width: 100%;
    19591947}
     1948div.comment-meta p {
     1949        float: left;
     1950        margin-bottom: 0;
     1951}
     1952div.comment-meta p.comment-reply {
     1953        float: right;
     1954}
    19601955div.comment-meta em {
    19611956        font-style: normal;
    19621957}
     
    19871982        font-weight: normal;
    19881983}
    19891984#reply-title small a,
    1990 div.comment-options a.comment-reply-link {
     1985 a.comment-reply-link {
    19911986        background: #FFF9DB;
    19921987        border-bottom: 1px solid #FFE8C4;
    19931988        border-radius: 4px;
     
    20031998        margin-right: 0;
    20041999}
    20052000#reply-title small a:hover,
    2006 div.comment-options a.comment-reply-link:hover {
     2001 a.comment-reply-link:hover {
    20072002        background: #f7740a;
    20082003        border-color: #f7740a;
    20092004        color: #fff;