Commit 32eff40a9c043d776840dfc88089d17866db7d80
1 parent
44ba24a9
Exists in
master
and in
79 other branches
Insert icon to add button on members block
Showing
1 changed file
with
9 additions
and
1 deletions
Show diff stats
css/community-pages.css
... | ... | @@ -642,10 +642,18 @@ |
642 | 642 | line-height: 30px; |
643 | 643 | } |
644 | 644 | |
645 | -.profile-type-is-community #content .members-block .menu-submenu-content .menu-submenu-list li:last-child a{ | |
645 | +.profile-type-is-community #content .members-block .menu-submenu-content .menu-submenu-list li a.add-friend{ | |
646 | 646 | border: none; |
647 | 647 | } |
648 | 648 | |
649 | +.profile-type-is-community #content .members-block .menu-submenu-content .menu-submenu-list li a.add-friend::before{ | |
650 | + content: "\f067"; | |
651 | + padding-right: 6px; | |
652 | + color: #FF0366; | |
653 | + font-family: FontAwesome; | |
654 | + font-size: 11px; | |
655 | +} | |
656 | + | |
649 | 657 | .profile-type-is-community #content .members-block .menu-submenu-content h4:hover, |
650 | 658 | .profile-type-is-community #content .members-block .menu-submenu-content .menu-submenu-list li a:hover{ |
651 | 659 | color: #ECEDF1; | ... | ... |