diff --git a/Step.Config/Config/userSoftKeyConfig.xml b/Step.Config/Config/userSoftKeyConfig.xml index 7789f8eb..3ef57249 100644 --- a/Step.Config/Config/userSoftKeyConfig.xml +++ b/Step.Config/Config/userSoftKeyConfig.xml @@ -414,7 +414,7 @@ true - 3 + 7 false Test diff --git a/Step/wwwroot/assets/icons/under-hood-png/CMS-icons-01.png b/Step/wwwroot/assets/icons/under-hood-png/CMS-icons-01.png new file mode 100644 index 00000000..94d01138 Binary files /dev/null and b/Step/wwwroot/assets/icons/under-hood-png/CMS-icons-01.png differ diff --git a/Step/wwwroot/assets/icons/under-hood-png/CMS-icons-02.png b/Step/wwwroot/assets/icons/under-hood-png/CMS-icons-02.png new file mode 100644 index 00000000..1ee160a7 Binary files /dev/null and b/Step/wwwroot/assets/icons/under-hood-png/CMS-icons-02.png differ diff --git a/Step/wwwroot/assets/icons/under-hood-png/CMS-icons-03.png b/Step/wwwroot/assets/icons/under-hood-png/CMS-icons-03.png new file mode 100644 index 00000000..9799ca98 Binary files /dev/null and b/Step/wwwroot/assets/icons/under-hood-png/CMS-icons-03.png differ diff --git a/Step/wwwroot/assets/icons/under-hood-png/CMS-icons-04.png b/Step/wwwroot/assets/icons/under-hood-png/CMS-icons-04.png new file mode 100644 index 00000000..1f9de2c8 Binary files /dev/null and b/Step/wwwroot/assets/icons/under-hood-png/CMS-icons-04.png differ diff --git a/Step/wwwroot/assets/icons/under-hood-png/CMS-icons-05.png b/Step/wwwroot/assets/icons/under-hood-png/CMS-icons-05.png new file mode 100644 index 00000000..47189c51 Binary files /dev/null and b/Step/wwwroot/assets/icons/under-hood-png/CMS-icons-05.png differ diff --git a/Step/wwwroot/assets/styles/base/plc-softkeys.less b/Step/wwwroot/assets/styles/base/plc-softkeys.less index efe5e6c5..4a30d79d 100644 --- a/Step/wwwroot/assets/styles/base/plc-softkeys.less +++ b/Step/wwwroot/assets/styles/base/plc-softkeys.less @@ -103,6 +103,10 @@ position: relative; padding: 0; width: 100%; + .fa-icons{ + font-size: 32px; + color: #b2b2b2; + } img { filter: brightness(70%); } @@ -111,6 +115,9 @@ img { filter: brightness(100%); } + .fa-icons{ + color: #fff; + } } &:first-child { border-left: none; @@ -188,7 +195,7 @@ box-sizing: border-box; background-color: @color-bluish-grey; -webkit-tap-highlight-color: transparent; - &.command { + &.command { } .menu-container { width: 360px; @@ -277,11 +284,11 @@ font-size: 14px; line-height: 21px; border-bottom: 1px solid #fff; - box-sizing: content-box; + box-sizing: content-box; white-space: nowrap; overflow: hidden; } - &.active { + &.active { box-shadow: inset 0px 0px 0px 3px rgba(23, 145, 255, 1); } button.star { diff --git a/Step/wwwroot/assets/styles/style.css b/Step/wwwroot/assets/styles/style.css index 30b2b162..82e14599 100644 --- a/Step/wwwroot/assets/styles/style.css +++ b/Step/wwwroot/assets/styles/style.css @@ -1558,6 +1558,10 @@ footer .container button.big:before { padding: 0; width: 100%; } +#plc-softkeys-container > div > header button .fa-icons { + font-size: 32px; + color: #b2b2b2; +} #plc-softkeys-container > div > header button img { filter: brightness(70%); } @@ -1567,6 +1571,9 @@ footer .container button.big:before { #plc-softkeys-container > div > header button.active img { filter: brightness(100%); } +#plc-softkeys-container > div > header button.active .fa-icons { + color: #fff; +} #plc-softkeys-container > div > header button:first-child { border-left: none; } diff --git a/Step/wwwroot/src/modules/plc-softkeys.vue b/Step/wwwroot/src/modules/plc-softkeys.vue index c0a9df6f..0465314f 100644 --- a/Step/wwwroot/src/modules/plc-softkeys.vue +++ b/Step/wwwroot/src/modules/plc-softkeys.vue @@ -8,7 +8,12 @@ - +
{{'sfk_category_' + selectedSection | localize('sfk_category_' + selectedSection) }}