This commit is contained in:
Laurent Destailleur 2019-08-18 05:33:40 +02:00
parent 3f105a97bf
commit 75792ea42c
2 changed files with 2 additions and 2 deletions

View File

@ -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";

View File

@ -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";