UX: More small fixes (#9)

This commit is contained in:
Jordan Vidrine
2025-02-28 15:33:06 -06:00
committed by GitHub
parent 8e841a4b2e
commit 076263c7f5
5 changed files with 38 additions and 2 deletions
+16
View File
@@ -27,3 +27,19 @@
.admin-detail {
background-color: var(--d-content-background);
}
.select-kit.combo-box .select-kit-header,
.select-kit.multi-select .multi-select-header,
.d-editor-textarea-wrapper,
.fk-d-menu__inner-content,
.menu-panel {
background-color: var(--d-content-background);
}
.fk-d-menu .btn {
border-radius: 0;
}
.d-editor-button-bar {
padding: 3px;
}