diff --git a/Mohem/src/app/notification/work-list-replacement-roll/work-list-replacement-roll.component.scss b/Mohem/src/app/notification/work-list-replacement-roll/work-list-replacement-roll.component.scss
index 4eb8d499..b60d1508 100644
--- a/Mohem/src/app/notification/work-list-replacement-roll/work-list-replacement-roll.component.scss
+++ b/Mohem/src/app/notification/work-list-replacement-roll/work-list-replacement-roll.component.scss
@@ -158,8 +158,9 @@ ion-radio {
padding: 5px;
}
.boldTxtNav {
+ text-align: start;
font-weight: bold;
- padding: 5px;
+ padding: 12px;
}
.employee-details {
display: inline-block;
@@ -212,3 +213,23 @@ ion-radio {
border-radius: 60px;
color: white;
}
+.vl {
+ border-left: 2px solid lightgray;
+ height: 36px;
+}
+.clearText{
+ background: transparent;
+ color: #D55D5C;
+ font-weight: bold;
+ text-decoration: underline;
+}
+.searchText{
+ background: transparent;
+ color: #D55D5C;
+ font-weight: bold;
+ text-decoration: underline;
+}
+.filterClass input{
+ box-shadow: none !important;
+ -webkit-box-shadow: none !important;
+}
\ No newline at end of file
diff --git a/Mohem/src/app/notification/work-list-replacement-roll/work-list-replacement-roll.component.ts b/Mohem/src/app/notification/work-list-replacement-roll/work-list-replacement-roll.component.ts
index f7052c5f..9f3fad7f 100644
--- a/Mohem/src/app/notification/work-list-replacement-roll/work-list-replacement-roll.component.ts
+++ b/Mohem/src/app/notification/work-list-replacement-roll/work-list-replacement-roll.component.ts
@@ -673,4 +673,8 @@ selectedLetter(el) {
returnIsActiveFunction(i) {
return this.favIsActive[i];
}
+
+clearSearchInput(){
+ this.inputSearch = '';
+}
}
diff --git a/Mohem/src/theme/styles.scss b/Mohem/src/theme/styles.scss
index 499f6f9b..e24bafc5 100644
--- a/Mohem/src/theme/styles.scss
+++ b/Mohem/src/theme/styles.scss
@@ -1630,4 +1630,9 @@ ion-segment-button {
.disabledField{
opacity: .5;
pointer-events: none;
-}
\ No newline at end of file
+}
+
+.filterClass input{
+ box-shadow: none !important;
+ -webkit-box-shadow: none !important;
+ }
\ No newline at end of file