--wje-menu-background | Defines the background color of the menu. Accepts any valid CSS color value, such as #ffffff, rgb(255, 255, 255), or CSS variables. |
--wje-menu-border-width | Specifies the width of the menu's border. Accepts any valid CSS length value (e.g., px, em, %). |
--wje-menu-border-style | Sets the style of the menu's border. Common values include solid, dashed, dotted, etc. |
--wje-menu-border-color | Defines the color of the menu's border. Accepts any valid CSS color value. |
--wje-menu-border-radius | Determines the radius of the menu's corners, creating rounded edges. Accepts any valid CSS length value (e.g., px, %). |
--wje-menu-padding-top | Specifies the top padding inside the menu. Accepts any valid CSS length value. |
--wje-menu-padding-bottom | Specifies the bottom padding inside the menu. Accepts any valid CSS length value. |
--wje-menu-padding-inline | Sets the horizontal (left and right) padding inside the menu. Accepts any valid CSS length value. |
--wje-menu-margin-top | Defines the top margin outside the menu. Accepts any valid CSS length value. |
--wje-menu-margin-bottom | Defines the bottom margin outside the menu. Accepts any valid CSS length value. |
--wje-menu-margin-inline | Specifies the horizontal (left and right) margin outside the menu. Accepts any valid CSS length value. |
--wje-menu-collapse-width | Sets the width of the menu when it is collapsed. This property is typically used to define the reduced size of the menu in collapsed state. Accepts any valid CSS length value. |