diff --git a/api-payroll/public/css/landing.css b/api-payroll/public/css/landing.css index 0329226..1164c08 100644 --- a/api-payroll/public/css/landing.css +++ b/api-payroll/public/css/landing.css @@ -54,15 +54,12 @@ body { background: #C6E97C; } -#modal_header_error{ +.modalHeaderError{ background-color: #d9534f; } -#modal_header_respuesa_servidor_error{ - background-color: #d9534f; -} -#modal_header_respuesa_servidor_success{ +.modalHeaderSuccess{ background-color: #5bc0de; } diff --git a/api-payroll/public/html/landing.php b/api-payroll/public/html/landing.php index 30a3474..051e0b3 100644 --- a/api-payroll/public/html/landing.php +++ b/api-payroll/public/html/landing.php @@ -64,11 +64,11 @@ if(!isset($_SESSION['userName'])){ ================================================================================= --> -