@@ -98,6 +99,7 @@ import {
name="{{ rowIndex }}"
value="1"
class="expectedpayment2"
+ [attr.aria-label]="'ex pay2' + rowIndex"
(change)="checkGroup($event, row, rowIndex, group)"
[checked]="row.exppayno === 1"
/>
@@ -109,6 +111,7 @@ import {
name="{{ rowIndex }}"
value="2"
class="expectedpayment3"
+ [attr.aria-label]="'ex pay3' + rowIndex"
(change)="checkGroup($event, row, rowIndex, group)"
[checked]="row.exppaypending === 1"
/>
@@ -139,6 +142,7 @@ import {
(blur)="updateValue($event, 'comment', rowIndex)"
type="text"
name="comment"
+ aria-label="comment"
[value]="value"
/>
diff --git a/src/assets/app.css b/src/assets/app.css
index cc1a0d2de..c8135d999 100644
--- a/src/assets/app.css
+++ b/src/assets/app.css
@@ -78,7 +78,7 @@ input:focus {
}
a {
- color: grey;
+ color: #4c4c68;
text-decoration: none;
}
@@ -88,7 +88,7 @@ a {
}
h3 {
- background: #1f89ff;
+ background: #206ed9;
margin: 0 0 30px 0;
color: #fff;
text-align: left;
@@ -98,7 +98,7 @@ h3 {
}
h3 a {
- color: #ccc;
+ color: #fff;
}
h3 small {
diff --git a/src/index.html b/src/index.html
index 4a7a9edc6..79da4de8d 100644
--- a/src/index.html
+++ b/src/index.html
@@ -1,5 +1,5 @@
-
+
ngx-datatable - Angular component for presenting large and complex data