Skip to content

Commit 88d7aa5

Browse files
committed
Use material icon for segment tab
1 parent 84528cd commit 88d7aa5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Resources/public/css/pimcore.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
background: url(/bundles/pimcoreadmin/img/flat-white-icons/address_book.svg) center center no-repeat !important;
2020
}
2121

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

src/Resources/public/js/SegmentAssignmentView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pimcore.plugin.customermanagementframework.segmentAssignmentTab = Class.create({
2929
return this.layout = new Ext.Panel({
3030
tooltip: t('segmentAssignment'),
3131
border: false,
32-
iconCls: "plugin_cmf_icon_actiontriggerrule_ExecuteSegmentBuilders pimcore_material_icon",
32+
iconCls: "plugin_cmf_icon_actiontriggerrule_ExecuteSegmentBuilders_tab pimcore_material_icon",
3333
bodyStyle:'padding: 0 10px;',
3434
cls: "pimcore_object_panel_edit",
3535
tbar: [],

0 commit comments

Comments
 (0)