diff --git a/htdocs/theme/eldy/info-box.inc.php b/htdocs/theme/eldy/info-box.inc.php index 95478023771..e2d11389c7b 100644 --- a/htdocs/theme/eldy/info-box.inc.php +++ b/htdocs/theme/eldy/info-box.inc.php @@ -191,7 +191,7 @@ if (GETPOSTISSET('THEME_AGRESSIVITY_RATIO')) $conf->global->THEME_AGRESSIVITY_RA /* USING FONTAWESOME FOR WEATHER */ .info-box-weather .info-box-icon{ - background: rgba(0, 0, 0, 0); !important; + background: rgba(0, 0, 0, 0.08) !important; } .fa-weather-level0:before{ content: "\f185"; diff --git a/htdocs/theme/md/info-box.inc.php b/htdocs/theme/md/info-box.inc.php index 7cd5222934a..df9b5c60d8e 100644 --- a/htdocs/theme/md/info-box.inc.php +++ b/htdocs/theme/md/info-box.inc.php @@ -170,7 +170,7 @@ if (GETPOSTISSET('THEME_AGRESSIVITY_RATIO')) $conf->global->THEME_AGRESSIVITY_RA /* USING FONTAWESOME FOR WEATHER */ .info-box-weather .info-box-icon{ - background: rgba(0, 0, 0, 0); !important; + background: #eee !important; } .fa-weather-level0:before{ content: "\f185";