Skip to:
Content

BuddyPress.org

Ticket #7735: 7735.patch

File 7735.patch, 2.3 KB (added by mercime, 7 years ago)
  • src/bp-templates/bp-nouveau/common-styles/_bp-variables.scss

     
    5858$valid:          #91cc2c !default;
    5959
    6060// The colors for boxes
    61 $warnings:       #d33 !default;
    62 $informational:  #38a !default;
    63 $loading:        #ffd087 !default;
    64 $update-success: #8a2 !default;
     61$warnings:            #d33 !default;
     62$warning-cover-image: #0b80a4 !default;
     63$informational:       #38a !default;
     64$loading:             #ffd087 !default;
     65$update-success:      #8a2 !default;
    6566
    6667// password warn colors & border-short
    6768// These may be overidden on the @include mixin call
  • src/bp-templates/bp-nouveau/common-styles/_bp_info_messages.scss

     
    5757                .bp-cover-image-status {
    5858
    5959                        p.warning {
    60                                 background: $informational;
     60                                background: $warning-cover-image;
    6161                                border: 0;
    6262
    6363                                @include box-shadow( 0 0 3px 0 rgba(0, 0, 0, 0.2) );
  • src/bp-templates/bp-nouveau/css/buddypress-rtl.css

     
    41424142}
    41434143
    41444144.buddypress-wrap #group-create-body .bp-cover-image-status p.warning {
    4145         background: #38a;
     4145        background: #0b80a4;
    41464146        border: 0;
    41474147        -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    41484148        -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  • src/bp-templates/bp-nouveau/css/buddypress.css

     
    41424142}
    41434143
    41444144.buddypress-wrap #group-create-body .bp-cover-image-status p.warning {
    4145         background: #38a;
     4145        background: #0b80a4;
    41464146        border: 0;
    41474147        -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    41484148        -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);