Skip to content

Commit 84528cd

Browse files
committed
fixing icons
1 parent eeaea8c commit 84528cd

File tree

1 file changed

+6
-25
lines changed

1 file changed

+6
-25
lines changed

src/Resources/public/css/pimcore.css

Lines changed: 6 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,49 +3,30 @@
33
background: url(/bundles/pimcoreadmin/img/flat-color-icons/sports_mode.svg) center center no-repeat !important;
44
}
55

6-
.pimcore_version_6 .pimcore_nav_icon_customers {
6+
.pimcore_nav_icon_customers {
77
background: url(/bundles/pimcoreadmin/img/flat-white-icons/conference_call.svg) center center no-repeat !important;
88
}
99

10-
.pimcore_version_6 .pimcore_nav_icon_customerduplicates {
10+
.pimcore_nav_icon_customerduplicates {
1111
background: url(/bundles/pimcoreadmin/img/flat-white-icons/copy.svg) center center no-repeat !important;
1212
}
1313

14-
.pimcore_version_6 .pimcore_nav_icon_customerautomationrules {
14+
.pimcore_nav_icon_customerautomationrules {
1515
background: url(/bundles/pimcoreadmin/img/flat-white-icons/services.svg) center center no-repeat !important;
1616
}
1717

18-
.pimcore_version_6 .pimcore_nav_icon_newsletter_enqueue_all_customers {
18+
.pimcore_nav_icon_newsletter_enqueue_all_customers {
1919
background: url(/bundles/pimcoreadmin/img/flat-white-icons/address_book.svg) center center no-repeat !important;
2020
}
2121

22-
.pimcore_version_6 .plugin_cmf_icon_actiontriggerrule_ExecuteSegmentBuilders {
22+
.plugin_cmf_icon_actiontriggerrule_ExecuteSegmentBuilders {
2323
background: url(/bundles/pimcoreadmin/img/flat-white-icons/address_book.svg) center center no-repeat !important;
2424
}
2525

26-
.pimcore_version_6 .pimcore_nav_icon_webservice_settings {
26+
.pimcore_nav_icon_webservice_settings {
2727
background: url(/bundles/pimcoreadmin/img/flat-white-icons/key.svg) center center no-repeat !important;
2828
}
2929

30-
.pimcore_nav_icon_customers {
31-
background: url(/bundles/pimcorecustomermanagementframework/icons/customer.svg) center center no-repeat !important;
32-
}
33-
34-
.pimcore_nav_icon_customerduplicates {
35-
background: url(/bundles/pimcoreadmin/img/flat-color-icons/copy.svg) center center no-repeat !important;
36-
}
37-
38-
.pimcore_nav_icon_customerautomationrules {
39-
background: url(/bundles/pimcoreadmin/img/flat-color-icons/services.svg) center center no-repeat !important;
40-
}
41-
42-
.pimcore_nav_icon_newsletter_enqueue_all_customers {
43-
background: url(/bundles/pimcoreadmin/img/flat-color-icons/address_book.svg) center center no-repeat !important;
44-
}
45-
46-
47-
48-
4930
.pimcore_icon_customers {
5031
background: url(/bundles/pimcorecustomermanagementframework/icons/customer.svg) center center no-repeat !important;
5132
}

0 commit comments

Comments
 (0)