diff --git a/Step/wwwroot/assets/styles/base/plc-softkeys.less b/Step/wwwroot/assets/styles/base/plc-softkeys.less index b20a43f6..4337caff 100644 --- a/Step/wwwroot/assets/styles/base/plc-softkeys.less +++ b/Step/wwwroot/assets/styles/base/plc-softkeys.less @@ -328,6 +328,9 @@ color: #fff; border: none; flex-grow: 1; + .fa-star{ + text-shadow: 1px 1px 1px #272634; + } i { font-size: 24px; } diff --git a/Step/wwwroot/assets/styles/base/production.less b/Step/wwwroot/assets/styles/base/production.less index db4fe50a..5b46be68 100644 --- a/Step/wwwroot/assets/styles/base/production.less +++ b/Step/wwwroot/assets/styles/base/production.less @@ -170,10 +170,17 @@ margin-bottom: 8px; .box-softkeys-prefered-header-label{ height: 100%; + width: 1000%; display: flex; align-items: center; margin-left: 15px; } + .box-softkeys-prefered-header-button{ + display: flex; + align-items: center; + height: 100%; + width: 100%; + } } .box-softkeys-prefered-body{ width: 98%; diff --git a/Step/wwwroot/assets/styles/style.css b/Step/wwwroot/assets/styles/style.css index 000ad63b..52d7d109 100644 --- a/Step/wwwroot/assets/styles/style.css +++ b/Step/wwwroot/assets/styles/style.css @@ -2592,6 +2592,9 @@ footer .container button.big:before { border: none; flex-grow: 1; } +.soft-key button.star .fa-star { + text-shadow: 1px 1px 1px #272634; +} .soft-key button.star i { font-size: 24px; } @@ -10496,10 +10499,17 @@ footer .container button.big:before { } .production-container .production-box .box-softkeys-prefered .box-softkeys-prefered-header .box-softkeys-prefered-header-label { height: 100%; + width: 1000%; display: flex; align-items: center; margin-left: 15px; } +.production-container .production-box .box-softkeys-prefered .box-softkeys-prefered-header .box-softkeys-prefered-header-button { + display: flex; + align-items: center; + height: 100%; + width: 100%; +} .production-container .production-box .box-softkeys-prefered .box-softkeys-prefered-body { width: 98%; height: calc(100% - 62px); diff --git a/Step/wwwroot/src/components/production.vue b/Step/wwwroot/src/components/production.vue index 9be1a40e..ed400085 100644 --- a/Step/wwwroot/src/components/production.vue +++ b/Step/wwwroot/src/components/production.vue @@ -71,6 +71,9 @@