diff --git a/htdocs/modulebuilder/template/css/mymodule.css.php b/htdocs/modulebuilder/template/css/mymodule.css.php index 9dc72af8793..b3a9c7c25f4 100644 --- a/htdocs/modulebuilder/template/css/mymodule.css.php +++ b/htdocs/modulebuilder/template/css/mymodule.css.php @@ -69,6 +69,13 @@ else header('Cache-Control: no-cache'); ?> +div.mainmenu.mymodule::before { + content: "\f249"; +} +div.mainmenu.mymodule { + background-image: none; +} + .myclasscss { /* ... */ } diff --git a/htdocs/theme/eldy/main_menu_fa_icons.inc.php b/htdocs/theme/eldy/main_menu_fa_icons.inc.php index aec7b726da9..dd76f09a54f 100644 --- a/htdocs/theme/eldy/main_menu_fa_icons.inc.php +++ b/htdocs/theme/eldy/main_menu_fa_icons.inc.php @@ -126,3 +126,19 @@ div.mainmenu.tools::before { div.mainmenu.website::before { content: "\f542"; } + +div.mainmenu.generic1::before { + content: "\f249"; +} + +div.mainmenu.generic2::before { + content: "\f249"; +} + +div.mainmenu.generic3::before { + content: "\f249"; +} + +div.mainmenu.generic4::before { + content: "\f249"; +} diff --git a/htdocs/theme/md/main_menu_fa_icons.inc.php b/htdocs/theme/md/main_menu_fa_icons.inc.php index 4386d607050..7e1250eb4b6 100644 --- a/htdocs/theme/md/main_menu_fa_icons.inc.php +++ b/htdocs/theme/md/main_menu_fa_icons.inc.php @@ -15,3 +15,30 @@ text-decoration:none; color: #; } + + + +div.mainmenu.ticket::before { + content: "\f3ff"; +} +div.mainmenu.ticket { + background-image: none !important; +} + + + +div.mainmenu.generic1::before { + content: "\f249"; +} + +div.mainmenu.generic2::before { + content: "\f249"; +} + +div.mainmenu.generic3::before { + content: "\f249"; +} + +div.mainmenu.generic4::before { + content: "\f249"; +}