From 65d68a9de0b884e867548ef73cfb921e9244691c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 2 Oct 2019 15:03:15 +0200 Subject: [PATCH] css --- htdocs/theme/eldy/global.inc.php | 4 ++++ htdocs/theme/md/style.css.php | 4 ++++ 2 files changed, 8 insertions(+) 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 */