mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-05 23:30:36 +01:00
fix shadows in dark theme
remove unused css
This commit is contained in:
@@ -26,6 +26,12 @@ body {
|
||||
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 {
|
||||
.acp-page-container {
|
||||
max-width: 800px;
|
||||
@@ -171,11 +177,6 @@ body {
|
||||
th {
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 24px;
|
||||
max-height: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
* > .checkbox:first-child {
|
||||
|
||||
Reference in New Issue
Block a user