Skip to:
Content

BuddyPress.org

Ticket #8431: 8431.patch

File 8431.patch, 1.8 KB (added by imath, 4 years ago)
  • src/bp-templates/bp-nouveau/css/twentytwentyone-rtl.css

    diff --git src/bp-templates/bp-nouveau/css/twentytwentyone-rtl.css src/bp-templates/bp-nouveau/css/twentytwentyone-rtl.css
    index 466ccab25..e68c69210 100644
    body.activity-permalink #buddypress.twentytwentyone .activity-list .activity-ava 
    753753        color: var(--global--color-secondary);
    754754}
    755755
     756#buddypress.twentytwentyone #drag-drop-area #bp-browse-button {
     757        margin: 50px auto 0;
     758}
     759
    756760#buddypress.twentytwentyone .bp-avatar-status .warning,
    757761#buddypress.twentytwentyone .bp-avatar-status .success,
    758762#buddypress.twentytwentyone .bp-cover-image-status .warning,
  • src/bp-templates/bp-nouveau/css/twentytwentyone.css

    diff --git src/bp-templates/bp-nouveau/css/twentytwentyone.css src/bp-templates/bp-nouveau/css/twentytwentyone.css
    index 3691a6281..d78e41fd8 100644
    body.activity-permalink #buddypress.twentytwentyone .activity-list .activity-ava 
    753753        color: var(--global--color-secondary);
    754754}
    755755
     756#buddypress.twentytwentyone #drag-drop-area #bp-browse-button {
     757        margin: 50px auto 0;
     758}
     759
    756760#buddypress.twentytwentyone .bp-avatar-status .warning,
    757761#buddypress.twentytwentyone .bp-avatar-status .success,
    758762#buddypress.twentytwentyone .bp-cover-image-status .warning,
  • src/bp-templates/bp-nouveau/sass/twentytwentyone.scss

    diff --git src/bp-templates/bp-nouveau/sass/twentytwentyone.scss src/bp-templates/bp-nouveau/sass/twentytwentyone.scss
    index 83fef4114..4121e98b9 100644
    body { 
    10271027                .drag-drop-info {
    10281028                        color: var(--global--color-secondary);
    10291029                }
     1030
     1031                #bp-browse-button {
     1032                        margin: 50px auto 0;
     1033                }
    10301034        }
    10311035
    10321036        .bp-avatar-status,