From 31af06d2c97a130db4711465be0238a033d5194a Mon Sep 17 00:00:00 2001 From: haroon amjad Date: Wed, 17 Jul 2019 12:13:36 +0300 Subject: [PATCH] Worklist Main Page Changes --- .../app/notification/worklist-main/worklist-main.component.html | 2 +- .../app/notification/worklist-main/worklist-main.component.scss | 2 ++ Mohem/src/theme/styles.scss | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Mohem/src/app/notification/worklist-main/worklist-main.component.html b/Mohem/src/app/notification/worklist-main/worklist-main.component.html index 3129aba0..876c5e28 100644 --- a/Mohem/src/app/notification/worklist-main/worklist-main.component.html +++ b/Mohem/src/app/notification/worklist-main/worklist-main.component.html @@ -114,7 +114,7 @@ --> - {{'worklistMain.action' | translate}} + {{'actionHis, action' | translate}} {{notificationButtons.BUTTON_LABEL}} diff --git a/Mohem/src/app/notification/worklist-main/worklist-main.component.scss b/Mohem/src/app/notification/worklist-main/worklist-main.component.scss index a7559014..afa6f886 100644 --- a/Mohem/src/app/notification/worklist-main/worklist-main.component.scss +++ b/Mohem/src/app/notification/worklist-main/worklist-main.component.scss @@ -33,6 +33,8 @@ min-height: 150px !important; padding: 0px; + background: transparent; + border: 2px solid #e4e5e7; p{ color: var(--secondary); margin-top: 0px; margin-bottom:0px; diff --git a/Mohem/src/theme/styles.scss b/Mohem/src/theme/styles.scss index ff62af4c..d1967273 100644 --- a/Mohem/src/theme/styles.scss +++ b/Mohem/src/theme/styles.scss @@ -222,7 +222,7 @@ p.text-caps{ } } .boldTxtNav,p.boldTxtNav,.boldTxtNav>label { - color: var(--customnavy); + color: var(--customnavy) !important; :root[dir="ltr"]{ font-family: var(--fontFamilyBoldEN) !important; }