diff --git a/o2web/source/x_component_Selector/$Selector/blue_flat_mobile/css.wcss b/o2web/source/x_component_Selector/$Selector/blue_flat_mobile/css.wcss index 2bc5c9c8c90ffcbf0f874848414369b9ed382438..4150c4701cdf5d1c97c83ae94b000cf27d30ac99 100644 --- a/o2web/source/x_component_Selector/$Selector/blue_flat_mobile/css.wcss +++ b/o2web/source/x_component_Selector/$Selector/blue_flat_mobile/css.wcss @@ -444,6 +444,13 @@ "background": "url(../x_component_Selector/$Selector/blue_flat_mobile/icon/checked@2x.png) no-repeat left center", "background-size" : "16px 16px" }, + "selectorItemCategoryActionNode_selectsome_selected": { + "width": "16px", + "height": "44px", + "float": "right", + "background": "url(../x_component_Selector/$Selector/blue_flat_mobile/icon/checked_some@2x.png) no-repeat left center", + "background-size" : "16px 16px" + }, "selectorItemTextNode": { "height": "44px", diff --git a/o2web/source/x_component_Selector/$Selector/blue_flat_mobile/icon/checked_some@2x.png b/o2web/source/x_component_Selector/$Selector/blue_flat_mobile/icon/checked_some@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..2a3f28deba2ac2fdf404803b0a357a4c59c8caf9 Binary files /dev/null and b/o2web/source/x_component_Selector/$Selector/blue_flat_mobile/icon/checked_some@2x.png differ diff --git a/o2web/source/x_component_Selector/$Selector/red_flat_mobile/css.wcss b/o2web/source/x_component_Selector/$Selector/red_flat_mobile/css.wcss index 5aaefd07fc8deda13600e879c1bca1edb64303b0..4623ddf4d6616e888098f4a5df72f2970b3388ee 100644 --- a/o2web/source/x_component_Selector/$Selector/red_flat_mobile/css.wcss +++ b/o2web/source/x_component_Selector/$Selector/red_flat_mobile/css.wcss @@ -445,6 +445,13 @@ "background": "url(../x_component_Selector/$Selector/red_flat_mobile/icon/checked@2x.png) no-repeat left center", "background-size" : "16px 16px" }, + "selectorItemCategoryActionNode_selectsome_selected": { + "width": "16px", + "height": "44px", + "float": "right", + "background": "url(../x_component_Selector/$Selector/red_flat_mobile/icon/checked_some@2x.png) no-repeat left center", + "background-size" : "16px 16px" + }, "selectorItemTextNode": { "height": "44px", diff --git a/o2web/source/x_component_Selector/$Selector/red_flat_mobile/icon/checked_some@2x.png b/o2web/source/x_component_Selector/$Selector/red_flat_mobile/icon/checked_some@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..407cc415cec7e14fefd46bc4ce1c01bfdaca45fa Binary files /dev/null and b/o2web/source/x_component_Selector/$Selector/red_flat_mobile/icon/checked_some@2x.png differ