Adjust dark theme dropdown colors and toolbar spacing

Added custom colors for .dxbl-btn-dropdown-popup in dark mode to improve dropdown item visibility. Also added Bootstrap me-2 class to the "Spalten" toolbar button for better spacing.
This commit is contained in:
OlgunR
2026-05-08 11:06:55 +02:00
parent 8933deec96
commit 9dc65ab92f
2 changed files with 8 additions and 1 deletions

View File

@@ -87,7 +87,7 @@ else
Click="DeleteFocusedRow" />
</Template>
</DxToolbarItem>
<DxToolbarItem Alignment="ToolbarItemAlignment.Right">
<DxToolbarItem Alignment="ToolbarItemAlignment.Right" CssClass="me-2">
<Template Context="_">
<DxButton Text="Spalten"
RenderStyle="ButtonRenderStyle.Secondary"