summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/analytics/Report_List/Report/run/run-report-form-fields/run-report-form-fields.component.css
diff options
context:
space:
mode:
authormravula <mr257h@att.com>2019-12-16 15:37:23 -0500
committermravula <mr257h@att.com>2020-01-14 10:02:31 -0500
commit28af72fc23a1e0cb67e1ac1b5fac6b6d9020270a (patch)
tree490dc3652bccb7e8752ed8a761fcc6950acb91fe /ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/analytics/Report_List/Report/run/run-report-form-fields/run-report-form-fields.component.css
parentb51640fc222a61869c26c9fc9a5fe5034f6f39b4 (diff)
Resolved null-pointer-exception while running raptor test cases
Issue-ID: PORTAL-725 Change-Id: I31b57e200b98e616f32f73e1b6a14682555fca94 Signed-off-by: mravula <mr257h@att.com>
Diffstat (limited to 'ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/analytics/Report_List/Report/run/run-report-form-fields/run-report-form-fields.component.css')
-rw-r--r--ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/analytics/Report_List/Report/run/run-report-form-fields/run-report-form-fields.component.css16
1 files changed, 12 insertions, 4 deletions
diff --git a/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/analytics/Report_List/Report/run/run-report-form-fields/run-report-form-fields.component.css b/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/analytics/Report_List/Report/run/run-report-form-fields/run-report-form-fields.component.css
index ade854da..a8abee70 100644
--- a/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/analytics/Report_List/Report/run/run-report-form-fields/run-report-form-fields.component.css
+++ b/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/analytics/Report_List/Report/run/run-report-form-fields/run-report-form-fields.component.css
@@ -9502,9 +9502,6 @@ mat-button-toggle-group{
color: #333333;
padding: 13px 20px; }
- table tbody td {
- border-left: 1px solid #d2d2d2;
- border-top: 1px solid #d2d2d2; }
table tbody td:first-child {
border-left: none; }
@@ -11865,4 +11862,15 @@ mat-button-toggle-group{
height: 15px;
font-size: 10px;
}
- \ No newline at end of file
+
+
+table, tr, td, th {
+ border: 0;
+ width: fit-content
+}
+
+
+mat-icon{
+ color: #006496;
+ cursor: pointer;
+} \ No newline at end of file