fix shadows in dark theme

remove unused css
isekai-main
Barış Soner Uşaklı 1 year ago
parent 4d0055f0ef
commit f3eefa1dc8

@ -26,6 +26,12 @@ body {
overflow-y: scroll; overflow-y: scroll;
} }
[data-bs-theme="dark"] {
.admin .card:not([data-container-html]) {
box-shadow: 0px 1px 3px 0px rgba(var(--bs-black-rgb), 0.5);
}
}
.admin { .admin {
.acp-page-container { .acp-page-container {
max-width: 800px; max-width: 800px;
@ -171,11 +177,6 @@ body {
th { th {
font-size: 10px; font-size: 10px;
} }
img {
max-width: 24px;
max-height: 24px;
}
} }
* > .checkbox:first-child { * > .checkbox:first-child {

Loading…
Cancel
Save