diff --git src/bp-templates/bp-nouveau/common-styles/_bp_user_settings.scss src/bp-templates/bp-nouveau/common-styles/_bp_user_settings.scss
index ef49f7be4..8ad15fc3f 100644
|
|
|
|
| 1 | 1 | // BP User settings screens |
| 2 | | // @version 3.0.0 |
| | 2 | // @since 3.0.0 |
| | 3 | // @version 5.0.0 Add data export settings screen rules. |
| 3 | 4 | |
| 4 | 5 | // 1. Settings Global |
| 5 | 6 | // 1. General (email/password change) |
| … |
… |
|
| 41 | 42 | // Group Invites |
| 42 | 43 | |
| 43 | 44 | /*__ Group Invites __*/ |
| | 45 | |
| | 46 | // Data Export |
| | 47 | |
| | 48 | /*__ Data Export __*/ |
| | 49 | body.buddypress.settings.data { |
| | 50 | |
| | 51 | #buddypress.buddypress-wrap { |
| | 52 | |
| | 53 | .item-body { |
| | 54 | |
| | 55 | p { |
| | 56 | |
| | 57 | a { |
| | 58 | text-decoration: underline; |
| | 59 | } |
| | 60 | } |
| | 61 | } |
| | 62 | } |
| | 63 | } |
diff --git src/bp-templates/bp-nouveau/css/buddypress-rtl.css src/bp-templates/bp-nouveau/css/buddypress-rtl.css
index 99476f432..b716e4fec 100644
|
|
|
body.no-js .single-item-header .js-self-profile-button {
|
| 2339 | 2339 | padding-right: 0.5em; |
| 2340 | 2340 | } |
| 2341 | 2341 | |
| 2342 | | #buddypress.buddypress-wrap .item-body p a { |
| 2343 | | text-decoration: underline; |
| 2344 | | } |
| 2345 | | |
| 2346 | 2342 | /** |
| 2347 | 2343 | *---------------------------------------------------- |
| 2348 | 2344 | * @subsection 5.2.1 - Item Body Groups |
| … |
… |
div.bp-navs#subsubnav.bp-messages-filters .user-messages-bulk-actions {
|
| 3227 | 3223 | /*__ Email notifications __*/ |
| 3228 | 3224 | /*__ Profile visibility __*/ |
| 3229 | 3225 | /*__ Group Invites __*/ |
| | 3226 | /*__ Data Export __*/ |
| | 3227 | body.buddypress.settings.data #buddypress.buddypress-wrap .item-body p a { |
| | 3228 | text-decoration: underline; |
| | 3229 | } |
| | 3230 | |
| 3230 | 3231 | /** |
| 3231 | 3232 | *------------------------------------------------------------------------------- |
| 3232 | 3233 | * @section 6.0 - Forms - General |
diff --git src/bp-templates/bp-nouveau/css/buddypress.css src/bp-templates/bp-nouveau/css/buddypress.css
index ff72d2c91..72848855d 100644
|
|
|
body.no-js .single-item-header .js-self-profile-button {
|
| 2339 | 2339 | padding-left: 0.5em; |
| 2340 | 2340 | } |
| 2341 | 2341 | |
| 2342 | | #buddypress.buddypress-wrap .item-body p a { |
| 2343 | | text-decoration: underline; |
| 2344 | | } |
| 2345 | | |
| 2346 | 2342 | /** |
| 2347 | 2343 | *---------------------------------------------------- |
| 2348 | 2344 | * @subsection 5.2.1 - Item Body Groups |
| … |
… |
div.bp-navs#subsubnav.bp-messages-filters .user-messages-bulk-actions {
|
| 3227 | 3223 | /*__ Email notifications __*/ |
| 3228 | 3224 | /*__ Profile visibility __*/ |
| 3229 | 3225 | /*__ Group Invites __*/ |
| | 3226 | /*__ Data Export __*/ |
| | 3227 | body.buddypress.settings.data #buddypress.buddypress-wrap .item-body p a { |
| | 3228 | text-decoration: underline; |
| | 3229 | } |
| | 3230 | |
| 3230 | 3231 | /** |
| 3231 | 3232 | *------------------------------------------------------------------------------- |
| 3232 | 3233 | * @section 6.0 - Forms - General |