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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user