forked from kevinowino869/mitrobill
fix modal in dark mode
This commit is contained in:
parent
4f74aa0bff
commit
c255a7be49
@ -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 */
|
||||||
|
@ -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)}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user