diff --git src/bp-templates/bp-nouveau/common-styles/_bp_search.scss src/bp-templates/bp-nouveau/common-styles/_bp_search.scss
index 2b1c91e58..a3a05a322 100644
|
|
|
95 | 95 | } |
96 | 96 | } |
97 | 97 | |
98 | | .current-member-type { |
| 98 | .current-member-type, |
| 99 | .current-group-type { |
99 | 100 | font-style: italic; |
100 | 101 | } |
101 | 102 | |
diff --git src/bp-templates/bp-nouveau/css/buddypress-rtl.css src/bp-templates/bp-nouveau/css/buddypress-rtl.css
index 648a78d3d..38c0e2217 100644
|
|
body.no-js .buddypress #messages-bulk-management #select-all-messages { |
3858 | 3858 | padding: 0.1em 0.7em; |
3859 | 3859 | } |
3860 | 3860 | |
3861 | | .buddypress-wrap .current-member-type { |
| 3861 | .buddypress-wrap .current-member-type, |
| 3862 | .buddypress-wrap .current-group-type { |
3862 | 3863 | font-style: italic; |
3863 | 3864 | } |
3864 | 3865 | |
diff --git src/bp-templates/bp-nouveau/css/buddypress.css src/bp-templates/bp-nouveau/css/buddypress.css
index 76e0ea595..15406b96e 100644
|
|
body.no-js .buddypress #messages-bulk-management #select-all-messages { |
3858 | 3858 | padding: 0.1em 0.7em; |
3859 | 3859 | } |
3860 | 3860 | |
3861 | | .buddypress-wrap .current-member-type { |
| 3861 | .buddypress-wrap .current-member-type, |
| 3862 | .buddypress-wrap .current-group-type { |
3862 | 3863 | font-style: italic; |
3863 | 3864 | } |
3864 | 3865 | |
diff --git src/bp-templates/bp-nouveau/css/twentytwentyone-rtl.css src/bp-templates/bp-nouveau/css/twentytwentyone-rtl.css
index cb7e20d45..453826cd5 100644
|
|
body.activity-permalink #buddypress.twentytwentyone .activity-list .activity-ava |
421 | 421 | border: 1px dotted var(--global--color-primary); |
422 | 422 | } |
423 | 423 | |
| 424 | #buddypress.twentytwentyone #groups-dir-list .current-group-type { |
| 425 | text-align: center; |
| 426 | } |
| 427 | |
424 | 428 | /** |
425 | 429 | *---------------------------------------------------------- |
426 | 430 | * @section 3.4 - Members Loop |
diff --git src/bp-templates/bp-nouveau/css/twentytwentyone.css src/bp-templates/bp-nouveau/css/twentytwentyone.css
index 4b88c6144..ecfaf8d9e 100644
|
|
body.activity-permalink #buddypress.twentytwentyone .activity-list .activity-ava |
421 | 421 | border: 1px dotted var(--global--color-primary); |
422 | 422 | } |
423 | 423 | |
| 424 | #buddypress.twentytwentyone #groups-dir-list .current-group-type { |
| 425 | text-align: center; |
| 426 | } |
| 427 | |
424 | 428 | /** |
425 | 429 | *---------------------------------------------------------- |
426 | 430 | * @section 3.4 - Members Loop |
diff --git src/bp-templates/bp-nouveau/sass/twentytwentyone.scss src/bp-templates/bp-nouveau/sass/twentytwentyone.scss
index b199aca50..af56e9a79 100644
|
|
body { |
571 | 571 | } |
572 | 572 | } |
573 | 573 | } |
| 574 | |
| 575 | #groups-dir-list { |
| 576 | |
| 577 | .current-group-type { |
| 578 | text-align: center; |
| 579 | } |
| 580 | } |
574 | 581 | } |
575 | 582 | |
576 | 583 | |