diff -r 7b1b88e27a20 -r 48c4eec2b7e6 wp/wp-content/plugins/portfolio/bws_menu/css/general_style.css --- a/wp/wp-content/plugins/portfolio/bws_menu/css/general_style.css Thu Sep 29 08:06:27 2022 +0200 +++ b/wp/wp-content/plugins/portfolio/bws_menu/css/general_style.css Fri Sep 05 18:40:08 2025 +0200 @@ -715,6 +715,9 @@ #bws_settings_tabs li.bws-tab-images a:before { content: "\f128"; } +#bws_settings_tabs li.bws-tab-reviews a:before { + content: "\f18b"; +} #bws_settings_tabs li.bws-tab-cover a:before { content: "\f318"; } @@ -743,7 +746,12 @@ #bws_settings_tabs li.bws-tab-output a:before { content: "\f498"; } - +#bws_settings_tabs li.bws-tab-recommend-button a:before { + content: "\f529"; +} +#bws_settings_tabs li.bws-tab-recommend-settings a:before { + content: "\f100"; +} #bws_settings_tabs li:last-child a { border-bottom: none; }