diff --git a/Thermo.Active/wwwroot/assets/icons/png/dashboard.png b/Thermo.Active/wwwroot/assets/icons/png/dashboard.png new file mode 100644 index 00000000..3478f9a8 Binary files /dev/null and b/Thermo.Active/wwwroot/assets/icons/png/dashboard.png differ diff --git a/Thermo.Active/wwwroot/assets/icons/png/dashboard@2x.png b/Thermo.Active/wwwroot/assets/icons/png/dashboard@2x.png new file mode 100644 index 00000000..5000e8ee Binary files /dev/null and b/Thermo.Active/wwwroot/assets/icons/png/dashboard@2x.png differ diff --git a/Thermo.Active/wwwroot/assets/icons/png/dashboard@3x.png b/Thermo.Active/wwwroot/assets/icons/png/dashboard@3x.png new file mode 100644 index 00000000..f6ece941 Binary files /dev/null and b/Thermo.Active/wwwroot/assets/icons/png/dashboard@3x.png differ diff --git a/Thermo.Active/wwwroot/assets/icons/png/programmazione.png b/Thermo.Active/wwwroot/assets/icons/png/programmazione.png new file mode 100644 index 00000000..7250da16 Binary files /dev/null and b/Thermo.Active/wwwroot/assets/icons/png/programmazione.png differ diff --git a/Thermo.Active/wwwroot/assets/icons/png/programmazione@2x.png b/Thermo.Active/wwwroot/assets/icons/png/programmazione@2x.png new file mode 100644 index 00000000..28a763cd Binary files /dev/null and b/Thermo.Active/wwwroot/assets/icons/png/programmazione@2x.png differ diff --git a/Thermo.Active/wwwroot/assets/icons/png/programmazione@3x.png b/Thermo.Active/wwwroot/assets/icons/png/programmazione@3x.png new file mode 100644 index 00000000..1c6b55bf Binary files /dev/null and b/Thermo.Active/wwwroot/assets/icons/png/programmazione@3x.png differ diff --git a/Thermo.Active/wwwroot/assets/styles/base/footer.less b/Thermo.Active/wwwroot/assets/styles/base/footer.less index 79061d06..583e9a62 100644 --- a/Thermo.Active/wwwroot/assets/styles/base/footer.less +++ b/Thermo.Active/wwwroot/assets/styles/base/footer.less @@ -126,7 +126,10 @@ footer { background-image: url(../icons/png/SCADA-big.png); background-size: cover; } - + button.ricetta{ + background-image: url(../icons/png/gestione-programmi-BIG.png); + background-size: cover; + } button.jobeditor{ background-image: url(../icons/png/editor-BIG.png); background-size: cover; @@ -135,6 +138,14 @@ footer { background-image: url(../icons/png/users-BIG.png); background-size: cover; } + button.progrprerisc{ + background-image: url(../icons/png/programmazione.png); + background-size: cover; + } + button.clock{ + background-image: url(../icons/png/dashboard.png); + background-size: cover; + } button:active{ box-shadow: 0px 0px 1px 1px #FFF; diff --git a/Thermo.Active/wwwroot/assets/styles/style.css b/Thermo.Active/wwwroot/assets/styles/style.css index 38c73f75..6b09ad53 100644 --- a/Thermo.Active/wwwroot/assets/styles/style.css +++ b/Thermo.Active/wwwroot/assets/styles/style.css @@ -6760,6 +6760,10 @@ footer .container button.scada { background-image: url(../icons/png/SCADA-big.png); background-size: cover; } +footer .container button.ricetta { + background-image: url(../icons/png/gestione-programmi-BIG.png); + background-size: cover; +} footer .container button.jobeditor { background-image: url(../icons/png/editor-BIG.png); background-size: cover; @@ -6768,6 +6772,14 @@ footer .container button.users { background-image: url(../icons/png/users-BIG.png); background-size: cover; } +footer .container button.progrprerisc { + background-image: url(../icons/png/programmazione.png); + background-size: cover; +} +footer .container button.clock { + background-image: url(../icons/png/dashboard.png); + background-size: cover; +} footer .container button:active { box-shadow: 0px 0px 1px 1px #FFF; } diff --git a/Thermo.Active/wwwroot/src/modules/app-footer.vue b/Thermo.Active/wwwroot/src/modules/app-footer.vue index 0323165d..4c3580df 100644 --- a/Thermo.Active/wwwroot/src/modules/app-footer.vue +++ b/Thermo.Active/wwwroot/src/modules/app-footer.vue @@ -109,7 +109,7 @@ -