diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index f7c9b1bb4b6..5b5ef6dec21 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -778,6 +778,10 @@ select.selectarrowonleft option { direction: ltr; } +table[summary="list_of_modules"] .fa-cog { + font-size: 1.5em; +} + /* ============================================================================== */ /* Styles to hide objects */ diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 46d28579df8..ec1f04ab9db 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -947,6 +947,10 @@ select.selectarrowonleft option { direction: ltr; } +table[summary="list_of_modules"] .fa-cog { + font-size: 1.5em; +} + /* ============================================================================== */ /* Styles to hide objects */