diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/riscaldi/components/base-components/thermoProphet-modal.css b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/riscaldi/components/base-components/thermoProphet-modal.css index c22cb4dc..b4e9ae63 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/riscaldi/components/base-components/thermoProphet-modal.css +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/riscaldi/components/base-components/thermoProphet-modal.css @@ -73,6 +73,7 @@ height: 140px; transform: translateX(-100px); bottom: 70px; + box-shadow: 0 2px 8px 0 rga(0, 0, 0, 0.5); } .modal.prophetimages section .color-bar { display: grid; diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/riscaldi/components/base-components/thermoProphet-modal.less b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/riscaldi/components/base-components/thermoProphet-modal.less index 545c385b..3e88190e 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/riscaldi/components/base-components/thermoProphet-modal.less +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/riscaldi/components/base-components/thermoProphet-modal.less @@ -76,6 +76,7 @@ height: 140px; transform: translateX(-100px); bottom: 70px; + box-shadow: 0 2px 8px 0 rga(0, 0, 0, 0.5); } }