diff --git a/htdocs/theme/eldy/info-box.inc.php b/htdocs/theme/eldy/info-box.inc.php index cff05f2b6a6..42a296e9a63 100644 --- a/htdocs/theme/eldy/info-box.inc.php +++ b/htdocs/theme/eldy/info-box.inc.php @@ -93,11 +93,13 @@ if (! defined('ISLOADEDBYSTEELSHEET'))  die('Must be call by steelsheet'); ?> overflow: hidden; text-overflow: ellipsis; } - .info-box-title{ text-transform: uppercase; font-weight: bold; } +.info-box-text{ + font-size: 0.92em; +} .info-box-text:first-letter{text-transform: uppercase} a.info-box-text{ text-decoration: none;} diff --git a/htdocs/theme/md/info-box.inc.php b/htdocs/theme/md/info-box.inc.php index df9b5c60d8e..de431a06310 100644 --- a/htdocs/theme/md/info-box.inc.php +++ b/htdocs/theme/md/info-box.inc.php @@ -73,11 +73,13 @@ if (! defined('ISLOADEDBYSTEELSHEET'))  die('Must be call by steelsheet'); ?> overflow: hidden; text-overflow: ellipsis; } - .info-box-title{ text-transform: uppercase; font-weight: bold; } +.info-box-text{ + font-size: 0.92em; +} .info-box-text:first-letter{text-transform: uppercase} a.info-box-text{ text-decoration: none;} diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 4787166e482..a160773d14b 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -1746,6 +1746,9 @@ div.mainmenu { /* Do not load menu img if hidden to save bandwidth */ + global->MAIN_DISABLE_FONT_AWESOME_5)) { ?> + + div.mainmenu.home{ background-image: url();