Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/27/2018 12:20:34 PM (6 years ago)
Author:
netweb
Message:

Build/Test Tools: Update CSS vendor prefixes via Autoprefixer following [12135]

See #7791.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/css/twentyeleven-rtl.css

    r12083 r12136  
    302302        border: 1px solid #ddd;
    303303        border-bottom-color: #fff;
    304         -webkit-border-top-left-radius: 4px;
    305304        border-top-left-radius: 4px;
    306         -webkit-border-top-right-radius: 4px;
    307305        border-top-right-radius: 4px;
    308306        background-clip: padding-box;
     
    991989
    992990.single-item.groups #buddypress div#item-header #item-header-content {
    993     -webkit-box-sizing: border-box;
    994     -moz-box-sizing: border-box;
    995991    box-sizing: border-box;
    996992}
     
    14021398.bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link {
    14031399    background: #6f6e6e;
    1404     -webkit-border-radius: 2px;
    1405     -moz-border-radius: 2px;
    1406     -ms-border-radius: 2px;
    14071400    border-radius: 2px;
    14081401    background-clip: padding-box;
     
    15441537.bp-user #buddypress #message-threads tr td.thread-options {
    15451538    border-right: 0 !important;
    1546     width: -webkit-calc(100% - 30px);
    1547     width: -moz-calc(100% - 30px);
    15481539    width: calc(100% - 30px);
    15491540    margin-right: 0;
Note: See TracChangeset for help on using the changeset viewer.