diff --git a/Thermo.Active/wwwroot/assets/styles/base/paddle.less b/Thermo.Active/wwwroot/assets/styles/base/paddle.less index 636f3ec0..dc8158ff 100644 --- a/Thermo.Active/wwwroot/assets/styles/base/paddle.less +++ b/Thermo.Active/wwwroot/assets/styles/base/paddle.less @@ -153,6 +153,16 @@ color: @color-darkish-blue; background: #fff; } + + &.active { + box-shadow: inset 0px 0px 0px 3px #1791ff; + } +} + +.starred-softkey { + &.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..c35c28e9 100644 --- a/Thermo.Active/wwwroot/assets/styles/style.css +++ b/Thermo.Active/wwwroot/assets/styles/style.css @@ -4878,6 +4878,12 @@ article .box .body { color: #002680; background: #fff; } +.softkey.active { + box-shadow: inset 0px 0px 0px 3px #1791ff; +} +.starred-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 @@ +