updated reports
This commit is contained in:
@@ -748,6 +748,16 @@ body.dark-mode .export-description {
|
||||
padding: 8px 12px;
|
||||
}
|
||||
|
||||
.test-db-btn {
|
||||
background-color: #6c757d !important; /* Gray color for test button */
|
||||
border-color: #6c757d !important;
|
||||
}
|
||||
|
||||
.test-db-btn:hover {
|
||||
background-color: #5a6268 !important;
|
||||
border-color: #545b62 !important;
|
||||
}
|
||||
|
||||
.report-form-card .export-section .form-centered.last-buttons {
|
||||
padding: 5px 0; /* Reduced padding for export section */
|
||||
}
|
||||
@@ -829,13 +839,14 @@ body.dark-mode .export-description {
|
||||
}
|
||||
|
||||
.modal-content {
|
||||
background-color: #fefefe;
|
||||
background-color: #ffffff;
|
||||
margin: 5% auto;
|
||||
padding: 0;
|
||||
border-radius: 8px;
|
||||
width: 400px;
|
||||
max-width: 90%;
|
||||
box-shadow: 0 4px 20px rgba(0,0,0,0.3);
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.modal-header {
|
||||
@@ -843,7 +854,7 @@ body.dark-mode .export-description {
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 15px 20px;
|
||||
background-color: #f8f9fa;
|
||||
background-color: #f4f4f9;
|
||||
border-radius: 8px 8px 0 0;
|
||||
border-bottom: 1px solid #ddd;
|
||||
}
|
||||
@@ -851,6 +862,7 @@ body.dark-mode .export-description {
|
||||
.modal-header h4 {
|
||||
margin: 0;
|
||||
color: #333;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
.close-modal {
|
||||
@@ -859,6 +871,7 @@ body.dark-mode .export-description {
|
||||
cursor: pointer;
|
||||
color: #666;
|
||||
line-height: 1;
|
||||
transition: color 0.2s ease;
|
||||
}
|
||||
|
||||
.close-modal:hover {
|
||||
@@ -867,6 +880,7 @@ body.dark-mode .export-description {
|
||||
|
||||
.modal-body {
|
||||
padding: 20px;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
.modal-footer {
|
||||
@@ -876,7 +890,152 @@ body.dark-mode .export-description {
|
||||
padding: 15px 20px;
|
||||
border-top: 1px solid #ddd;
|
||||
border-radius: 0 0 8px 8px;
|
||||
background-color: #f8f9fa;
|
||||
background-color: #f4f4f9;
|
||||
}
|
||||
|
||||
/* Dark Mode Support for Calendar Modal */
|
||||
body.dark-mode .modal-content {
|
||||
background-color: #2c2c2c;
|
||||
border: 1px solid #555;
|
||||
}
|
||||
|
||||
body.dark-mode .modal-header {
|
||||
background-color: #1e1e1e;
|
||||
border-bottom: 1px solid #555;
|
||||
}
|
||||
|
||||
body.dark-mode .modal-header h4 {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
body.dark-mode .close-modal {
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
body.dark-mode .close-modal:hover {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
body.dark-mode .modal-body {
|
||||
background-color: #2c2c2c;
|
||||
}
|
||||
|
||||
body.dark-mode .modal-footer {
|
||||
background-color: #1e1e1e;
|
||||
border-top: 1px solid #555;
|
||||
}
|
||||
|
||||
/* Modal Button Styling */
|
||||
.modal-footer .btn {
|
||||
padding: 8px 16px;
|
||||
font-size: 0.9em;
|
||||
border-radius: 4px;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
transition: all 0.2s ease;
|
||||
}
|
||||
|
||||
.modal-footer .btn-primary {
|
||||
background-color: #007bff;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.modal-footer .btn-primary:hover {
|
||||
background-color: #0056b3;
|
||||
}
|
||||
|
||||
.modal-footer .btn-primary:disabled {
|
||||
background-color: #6c757d;
|
||||
cursor: not-allowed;
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
.modal-footer .btn-secondary {
|
||||
background-color: #6c757d;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.modal-footer .btn-secondary:hover {
|
||||
background-color: #545b62;
|
||||
}
|
||||
|
||||
/* Dark Mode Modal Buttons */
|
||||
body.dark-mode .modal-footer .btn-primary {
|
||||
background-color: #007bff;
|
||||
}
|
||||
|
||||
body.dark-mode .modal-footer .btn-primary:hover {
|
||||
background-color: #0056b3;
|
||||
}
|
||||
|
||||
body.dark-mode .modal-footer .btn-secondary {
|
||||
background-color: #6c757d;
|
||||
}
|
||||
|
||||
body.dark-mode .modal-footer .btn-secondary:hover {
|
||||
background-color: #545b62;
|
||||
}
|
||||
|
||||
/* Date Range Modal Styles */
|
||||
.date-range-container {
|
||||
padding: 20px 0;
|
||||
}
|
||||
|
||||
.date-input-group {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.date-input-group label {
|
||||
display: block;
|
||||
font-weight: 600;
|
||||
margin-bottom: 8px;
|
||||
color: #333;
|
||||
font-size: 0.95em;
|
||||
}
|
||||
|
||||
.date-input {
|
||||
width: 100%;
|
||||
padding: 12px 15px;
|
||||
border: 2px solid #ddd;
|
||||
border-radius: 8px;
|
||||
font-size: 1em;
|
||||
background-color: #fff;
|
||||
transition: border-color 0.3s ease;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.date-input:focus {
|
||||
outline: none;
|
||||
border-color: #007bff;
|
||||
box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
|
||||
}
|
||||
|
||||
.date-help {
|
||||
display: block;
|
||||
font-size: 0.8em;
|
||||
color: #666;
|
||||
margin-top: 5px;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
/* Dark mode styles for date range modal */
|
||||
body.dark-mode .date-input-group label {
|
||||
color: #e0e0e0;
|
||||
}
|
||||
|
||||
body.dark-mode .date-input {
|
||||
background-color: #2d3748;
|
||||
border-color: #4a5568;
|
||||
color: #e0e0e0;
|
||||
}
|
||||
|
||||
body.dark-mode .date-input:focus {
|
||||
border-color: #63b3ed;
|
||||
box-shadow: 0 0 0 3px rgba(99, 179, 237, 0.1);
|
||||
}
|
||||
|
||||
body.dark-mode .date-help {
|
||||
color: #a0aec0;
|
||||
}
|
||||
|
||||
/* Calendar Styles */
|
||||
@@ -898,18 +1057,20 @@ body.dark-mode .export-description {
|
||||
}
|
||||
|
||||
.calendar-nav {
|
||||
background: none;
|
||||
background-color: #f4f4f9;
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 4px;
|
||||
padding: 5px 10px;
|
||||
padding: 8px 12px;
|
||||
cursor: pointer;
|
||||
font-size: 14px;
|
||||
color: #666;
|
||||
color: #333;
|
||||
transition: all 0.2s ease;
|
||||
}
|
||||
|
||||
.calendar-nav:hover {
|
||||
background-color: #f0f0f0;
|
||||
color: #333;
|
||||
background-color: #007bff;
|
||||
color: white;
|
||||
border-color: #007bff;
|
||||
}
|
||||
|
||||
.calendar-grid {
|
||||
@@ -929,7 +1090,8 @@ body.dark-mode .export-description {
|
||||
font-weight: bold;
|
||||
font-size: 0.85em;
|
||||
color: #666;
|
||||
background-color: #f8f9fa;
|
||||
background-color: #f4f4f9;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.calendar-days {
|
||||
@@ -948,30 +1110,83 @@ body.dark-mode .export-description {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
transition: all 0.2s ease;
|
||||
background-color: #ffffff;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
.calendar-day:hover {
|
||||
background-color: #e9ecef;
|
||||
border-color: #007bff;
|
||||
}
|
||||
|
||||
.calendar-day.other-month {
|
||||
color: #ccc;
|
||||
background-color: #f8f9fa;
|
||||
}
|
||||
|
||||
.calendar-day.today {
|
||||
background-color: #007bff;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.calendar-day.selected {
|
||||
background-color: #28a745;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.calendar-day.selected:hover {
|
||||
background-color: #218838;
|
||||
}
|
||||
|
||||
/* Dark Mode Calendar Styles */
|
||||
body.dark-mode .calendar-header h3 {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
body.dark-mode .calendar-nav {
|
||||
background-color: #3c3c3c;
|
||||
border-color: #555;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
body.dark-mode .calendar-nav:hover {
|
||||
background-color: #007bff;
|
||||
border-color: #007bff;
|
||||
}
|
||||
|
||||
body.dark-mode .calendar-weekdays div {
|
||||
background-color: #3c3c3c;
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
body.dark-mode .calendar-day {
|
||||
background-color: #2c2c2c;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
body.dark-mode .calendar-day:hover {
|
||||
background-color: #444;
|
||||
border-color: #007bff;
|
||||
}
|
||||
|
||||
body.dark-mode .calendar-day.other-month {
|
||||
color: #666;
|
||||
background-color: #333;
|
||||
}
|
||||
|
||||
body.dark-mode .calendar-day.today {
|
||||
background-color: #007bff;
|
||||
color: white;
|
||||
}
|
||||
|
||||
body.dark-mode .calendar-day.selected {
|
||||
background-color: #28a745;
|
||||
color: white;
|
||||
}
|
||||
|
||||
/* Responsive Calendar */
|
||||
@media (max-width: 480px) {
|
||||
.modal-content {
|
||||
|
||||
Reference in New Issue
Block a user