Mercurial > hg > isophonics-drupal-site
comparison core/modules/user/css/user.icons.admin.css @ 0:4c8ae668cc8c
Initial import (non-working)
author | Chris Cannam |
---|---|
date | Wed, 29 Nov 2017 16:09:58 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4c8ae668cc8c |
---|---|
1 /** | |
2 * @file | |
3 * Styling for the user module icons. | |
4 */ | |
5 | |
6 /** | |
7 * Toolbar tab icon. | |
8 */ | |
9 .toolbar-bar .toolbar-icon-user:before { | |
10 background-image: url(../../../misc/icons/bebebe/person.svg); | |
11 } | |
12 .toolbar-bar .toolbar-icon-user:active:before, | |
13 .toolbar-bar .toolbar-icon-user.is-active:before { | |
14 background-image: url(../../../misc/icons/ffffff/person.svg); | |
15 } |