]> git.mxchange.org Git - friendica.git/commitdiff
Merge pull request #4766 from MrPetovan/task/4721-group-button-color
authorMichael Vogel <icarus@dabo.de>
Sat, 7 Apr 2018 06:25:16 +0000 (08:25 +0200)
committerGitHub <noreply@github.com>
Sat, 7 Apr 2018 06:25:16 +0000 (08:25 +0200)
[frio] Add color to group membership action buttons

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;
 }