From 772aa06eb935082f9ce3adfb5765238739ee8181 Mon Sep 17 00:00:00 2001 From: = Date: Wed, 22 Jul 2020 09:39:00 +0200 Subject: [PATCH 1/2] softkeys --- Thermo.Active/wwwroot/assets/styles/base/paddle.less | 4 ++++ Thermo.Active/wwwroot/assets/styles/style.css | 3 +++ .../src/app_modules_thermo/components/paddle/paddle.vue | 1 + .../src/app_modules_thermo/components/paddle/softkey.ts | 6 ++++++ .../src/app_modules_thermo/components/paddle/softkey.vue | 2 +- 5 files changed, 15 insertions(+), 1 deletion(-) diff --git a/Thermo.Active/wwwroot/assets/styles/base/paddle.less b/Thermo.Active/wwwroot/assets/styles/base/paddle.less index 636f3ec0..e3065eab 100644 --- a/Thermo.Active/wwwroot/assets/styles/base/paddle.less +++ b/Thermo.Active/wwwroot/assets/styles/base/paddle.less @@ -153,6 +153,10 @@ color: @color-darkish-blue; background: #fff; } + + &.active { + box-shadow: inset 0px 0px 0px 3px #1791ff; + } } .box-softkeys-prefered-footer { diff --git a/Thermo.Active/wwwroot/assets/styles/style.css b/Thermo.Active/wwwroot/assets/styles/style.css index 85dee545..0f6fb75e 100644 --- a/Thermo.Active/wwwroot/assets/styles/style.css +++ b/Thermo.Active/wwwroot/assets/styles/style.css @@ -4878,6 +4878,9 @@ article .box .body { color: #002680; background: #fff; } +.softkey.active { + box-shadow: inset 0px 0px 0px 3px #1791ff; +} .box-softkeys-prefered-footer { height: 65px; display: flex; diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/components/paddle/paddle.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/components/paddle/paddle.vue index 67dbd69c..6a51798c 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/components/paddle/paddle.vue +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/components/paddle/paddle.vue @@ -55,6 +55,7 @@ +