]> git.mxchange.org Git - friendica.git/commitdiff
[frio] Add color to group membership action buttons
authorHypolite Petovan <mrpetovan@gmail.com>
Sat, 7 Apr 2018 03:54:32 +0000 (23:54 -0400)
committerHypolite Petovan <mrpetovan@gmail.com>
Sat, 7 Apr 2018 03:55:29 +0000 (23:55 -0400)
view/theme/frio/css/style.css

index 312bee263eb0340486216d4d9c210591c604b499..6f2a71ca44ed04e753dad08f446de2d2320f4d81 100644 (file)
@@ -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;
 }