Ticket #7735: 7735.patch
File 7735.patch, 2.3 KB (added by , 7 years ago) |
---|
-
src/bp-templates/bp-nouveau/common-styles/_bp-variables.scss
58 58 $valid: #91cc2c !default; 59 59 60 60 // 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; 65 66 66 67 // password warn colors & border-short 67 68 // These may be overidden on the @include mixin call -
src/bp-templates/bp-nouveau/common-styles/_bp_info_messages.scss
57 57 .bp-cover-image-status { 58 58 59 59 p.warning { 60 background: $ informational;60 background: $warning-cover-image; 61 61 border: 0; 62 62 63 63 @include box-shadow( 0 0 3px 0 rgba(0, 0, 0, 0.2) ); -
src/bp-templates/bp-nouveau/css/buddypress-rtl.css
4142 4142 } 4143 4143 4144 4144 .buddypress-wrap #group-create-body .bp-cover-image-status p.warning { 4145 background: # 38a;4145 background: #0b80a4; 4146 4146 border: 0; 4147 4147 -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2); 4148 4148 -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2); -
src/bp-templates/bp-nouveau/css/buddypress.css
4142 4142 } 4143 4143 4144 4144 .buddypress-wrap #group-create-body .bp-cover-image-status p.warning { 4145 background: # 38a;4145 background: #0b80a4; 4146 4146 border: 0; 4147 4147 -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2); 4148 4148 -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);