From 56ab8399d3f222c868ce66fb1362cabdd2b47578 Mon Sep 17 00:00:00 2001 From: Salman Afzal Date: Mon, 13 Apr 2020 14:21:28 +0300 Subject: [PATCH] fixed back button issue --- .../src/app/attendance-tracking/home/home.component.html | 8 ++++++-- Mohem/src/theme/styles.scss | 3 +++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Mohem/src/app/attendance-tracking/home/home.component.html b/Mohem/src/app/attendance-tracking/home/home.component.html index 1a4ae913..93afa6d3 100644 --- a/Mohem/src/app/attendance-tracking/home/home.component.html +++ b/Mohem/src/app/attendance-tracking/home/home.component.html @@ -16,12 +16,16 @@ Attendance Tracking --> + + -
+
{{curentDate}}
{{ts.trPK('attendance-tracking','today-time-left')}} diff --git a/Mohem/src/theme/styles.scss b/Mohem/src/theme/styles.scss index e468a642..7ccd3aed 100644 --- a/Mohem/src/theme/styles.scss +++ b/Mohem/src/theme/styles.scss @@ -1318,6 +1318,9 @@ border:0px height: 0px !important; display: none !important; } +.attendance-home .header-toolbar-new { + --background: #094773 !important; +} .header-toolbar-new { --background: #22c6b3; }