fix modal in dark mode

This commit is contained in:
Focuslinkstech 2024-09-05 15:47:28 +01:00 committed by GitHub
parent 4f74aa0bff
commit c255a7be49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 39 additions and 0 deletions

View File

@ -1015,6 +1015,25 @@
font-weight: bold; font-weight: bold;
} }
.dark-mode .modal-content {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .125);
box-shadow: 0 2px 3px rgba(0, 0, 0, .125);
border: 0;
background: #1a202c;
}
.dark-mode .modal-header {
padding: 15px;
border-bottom: 1px solid rgba(221, 224, 255, .54);
min-height: 16.428571429px;
background-color: #1a202c;
color: inherit;
}
/* Dark Mode - Select2 Dropdown ends here */ /* Dark Mode - Select2 Dropdown ends here */
/* dark mode styles start ends here */ /* dark mode styles start ends here */

View File

@ -717,6 +717,26 @@
.dark-mode .main-header .logo .logo-lg { .dark-mode .main-header .logo .logo-lg {
font-weight: bold; font-weight: bold;
} }
.dark-mode .modal-content {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .125);
box-shadow: 0 2px 3px rgba(0, 0, 0, .125);
border: 0;
background: #1a202c;
}
.dark-mode .modal-header {
padding: 15px;
border-bottom: 1px solid rgba(221, 224, 255, .54);
min-height: 16.428571429px;
background-color: #1a202c;
color: inherit;
}
</style> </style>
{if isset($xheader)} {if isset($xheader)}