Issue #2410441 by idebr: 'People' icon missing from toolbar

8.0.x
Alex Pott 2015-01-26 11:47:32 +00:00
parent c741d42ede
commit fb65eb30ee
1 changed files with 3 additions and 3 deletions

View File

@ -101,11 +101,11 @@
.toolbar-icon-system-themes-page.active:before {
background-image: url(../../../misc/icons/000000/paintbrush.svg);
}
.toolbar-icon-user-admin-account:before {
.toolbar-icon-entity-user-collection:before {
background-image: url(../../../misc/icons/787878/people.svg);
}
.toolbar-icon-user-admin-account:active:before,
.toolbar-icon-user-admin-account.active:before {
.toolbar-icon-entity-user-collection:active:before,
.toolbar-icon-entity-user-collection.active:before {
background-image: url(../../../misc/icons/000000/people.svg);
}
.toolbar-icon-system-modules-list:before {