Tabs Properties
Reference documentation for Servoy Themes Tabs Properties
Last updated
Reference documentation for Servoy Themes Tabs Properties
Last updated
The Tabs Properties section defines the styling of tab components within the application. Tabs are used to organize content into separate views, making it easier for users to navigate through different sections.
Some properties have an additional button: Select Color
, which opens the color chooser wizard.
Here's an in-depth look at each property:
Sets the background color for the tabs.
Value: Hex color code or CSS variable (e.g., @body-bg-inverse
).
Defines the text color for the tabs.
Value: Hex color code or CSS variable (e.g., @text-color
).
Specifies the text transformation for the tab labels (e.g., uppercase, lowercase).
Value: CSS text-transform value (e.g., uppercase
).
Sets the border color for the tabs.
Value: Hex color code or CSS variable (e.g., @body-bg
).
Specifies the border width for the tabs.
Value: CSS size value (e.g., 0
).
Defines the border radius for the tabs, providing rounded corners if desired.
Value: CSS size value (e.g., 0
).
Sets the background color for the active tab.
Value: Hex color code or CSS variable (e.g., @main-color
).
Defines the text color for the active tab.
Value: Hex color code or CSS variable (e.g., @main-color-inverse
).
Specifies the border color for the active tab.
Value: Hex color code or CSS variable (e.g., @main-color
).
Sets the border width for the active tab.
Value: CSS size value (e.g., 0
).