diff --git a/core/modules/user/css/user.icons.admin.css b/core/modules/user/css/user.icons.admin.css deleted file mode 100644 index 66c2366..0000000 --- a/core/modules/user/css/user.icons.admin.css +++ /dev/null @@ -1,15 +0,0 @@ -/** - * @file - * Styling for the user module icons. - */ - -/** - * Toolbar tab icon. - */ -.toolbar-bar .toolbar-icon-user:before { - background-image: url(../../../misc/icons/bebebe/person.svg); -} -.toolbar-bar .toolbar-icon-user:active:before, -.toolbar-bar .toolbar-icon-user.is-active:before { - background-image: url(../../../misc/icons/ffffff/person.svg); -} diff --git a/core/themes/seven/css/components/user.icons.admin.css b/core/themes/seven/css/components/user.icons.admin.css new file mode 100644 index 0000000..7df6ba2 --- /dev/null +++ b/core/themes/seven/css/components/user.icons.admin.css @@ -0,0 +1,15 @@ +/** + * @file + * Styling for the user module icons. + */ + +/** + * Toolbar tab icon. + */ +.toolbar-bar .toolbar-icon-user:before { + background-image: url(../../../../misc/icons/bebebe/person.svg); +} +.toolbar-bar .toolbar-icon-user:active:before, +.toolbar-bar .toolbar-icon-user.is-active:before { + background-image: url(../../../../misc/icons/ffffff/person.svg); +} diff --git a/core/themes/seven/seven.libraries.yml b/core/themes/seven/seven.libraries.yml index cec9887..67b84b0 100644 --- a/core/themes/seven/seven.libraries.yml +++ b/core/themes/seven/seven.libraries.yml @@ -31,6 +31,7 @@ global-styling: css/components/tabs.css: {} css/components/tour.theme.css: {} css/components/views-ui.css: {} + css/components/user.icons.admin.css: {} layout: css/layout/layout.css: {} dependencies: