From: Hypolite Petovan Date: Sat, 7 Apr 2018 03:54:32 +0000 (-0400) Subject: [frio] Add color to group membership action buttons X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=60f3a6aac00ee9ce2916ad14ea8c85914c7a7977;p=friendica.git [frio] Add color to group membership action buttons --- diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 312bee263e..6f2a71ca44 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -2288,6 +2288,10 @@ ul li:hover .contact-wrapper .contact-action-link:hover { .group-actions a { font-size: 18px; } + +.contact-group-actions .fa-times-circle { color: #D00000;} +.contact-group-actions .fa-plus-circle { color: #008000;} + #group-edit-wrapper { display: none; }