Commit c13def42 by GD-A-150752

ui-fixes

parent 2d629ab4
...@@ -467,7 +467,7 @@ ...@@ -467,7 +467,7 @@
[disabled]="showLoader" [disabled]="showLoader"
[id]="'Delay'+message.ObjectID+'Id'" [id]="'Delay'+message.ObjectID+'Id'"
class="form-control" class="form-control"
mask="9?9:99:99" required mask="9?9:99:99"
name="Delay{{message.ObjectID}}"> name="Delay{{message.ObjectID}}">
</p-inputMask> </p-inputMask>
<div (click)="toggleInput($event, 'Delay'+message.ObjectID, true)" <div (click)="toggleInput($event, 'Delay'+message.ObjectID, true)"
......
...@@ -74,12 +74,12 @@ p-inputMask { ...@@ -74,12 +74,12 @@ p-inputMask {
::ng-deep { ::ng-deep {
input, p-inputMask { input, p-inputMask {
&.ng-invalid { &.ng-invalid.ng-touched {
border: 1px solid red; border: 1px solid red;
} }
} }
p-dropdown.ng-invalid > .ui-dropdown { p-dropdown.ng-invalid.ng-touched > .ui-dropdown {
background-image: linear-gradient(to bottom, rgba(3, 160, 231, 0.5), rgba(3, 160, 231, 0.5)), linear-gradient(to bottom, red, red) !important; background-image: linear-gradient(to bottom, rgba(3, 160, 231, 0.5), rgba(3, 160, 231, 0.5)), linear-gradient(to bottom, red, red) !important;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment