diff -r 3d4e9c994f10 -r a86126ab1dd4 wp/wp-content/plugins/portfolio/bws_menu/css/general_style.css --- a/wp/wp-content/plugins/portfolio/bws_menu/css/general_style.css Tue Oct 22 16:11:46 2019 +0200 +++ b/wp/wp-content/plugins/portfolio/bws_menu/css/general_style.css Tue Dec 15 13:49:49 2020 +0100 @@ -61,9 +61,12 @@ .bws_info_small { font-size: 11px !important; } -div.updated.bws-notice { +body:not(.rtl) div.updated.bws-notice { border-left: 4px solid #ffba00; } +.rtl div.updated.bws-notice { + border-right: 4px solid #ffba00; +} /* * styles for rate-support div on the settings page */ @@ -327,7 +330,7 @@ margin: 12px 8px 8px 12px; } .bws_banner_on_plugin_page .icon img { - max-width: 60px; + max-width: 64px; } .bws_go_pro_banner .icon:before { content: 'PRO'; @@ -658,6 +661,9 @@ #bws_settings_tabs li.bws-tab-notifications a:before { content: "\f466"; } +#bws_settings_tabs li.bws-tab-reports a:before { + content: "\f535"; +} #bws_settings_tabs li.bws-tab-output a:before { content: "\f498"; } @@ -810,4 +816,4 @@ padding-left: 0; padding-right: 0; } -} \ No newline at end of file +}