Under Review
Last Updated: 24 Mar 2025 06:04 by ADMIN

Add the ability to style combined state: e.g. selected:hover:active.

Currently, you can style these states separately.

Under Review
Last Updated: 04 Mar 2025 12:14 by ADMIN
Created by: Kamen Velikov
Comments: 6
Type: Feature Request
15

Add support for all possible Kendo/Telerik Components variants and configurations in ThemeBuilder.

For example, this includes all possible variants for creating a Kendo Button

The above should also be supported for various Kendo/Telerik components like 

- DateInput (requested through t.1633591)

- DropDownList (requested through t.1633591)

Under Review
Last Updated: 20 Mar 2024 11:15 by ADMIN

I have a grid with a column that contains clickable text in <a> tags and want it to be obvious to the user that this is clickable, by having the text display in blue.

However, there is a CSS class being applied that is preventing the styling from showing:

.k-grid a {
    color: inherit;
    text-decoration: none;
}

Is it possible for me to modify the styling of these links within ThemeBuilder and not have to add a custom global style override? I have not found any way of changing this.

Thanks

Under Review
Last Updated: 10 Aug 2023 17:56 by Daniel
It would be nice if the default theme in ThemeBuilder would allow us to create variables to use for the effects! I tried creating custom metric variables for the offset, spread and blur for the drop shadow but those inputs dont allow me to enter variables in those fields. Thanks!
Under Review
Last Updated: 19 Jun 2023 11:04 by ADMIN
Add the ability to style the content of complex components e.g. the buttons in the Toolbar component
Under Review
Last Updated: 02 Mar 2023 13:14 by ADMIN
Created by: Ian
Comments: 3
Type: Feature Request
4

Hello,

We are planning on setting many custom variables and would like more control over their ordering and naming.

  • Enable sorting of custom variables
  • Enable numbers in variable names

Thank you for your consideration!

Under Review
Last Updated: 23 Feb 2023 16:13 by ADMIN

We started using Kendo / ThemeBuilder in our existing project which is using this root font size:

html {
    font-size: 10px;
}

This obviously cause issues with Kendo themese and ThemeBuilder which expects this value to be 16px.

Is there a way to configure this in ThemeBuilder or could this be implemented in the future?

Alternative solution would be to switch to 16px in our project. Which means we would have to recompute all CSS values which are using rem units.

 

Under Review
Last Updated: 23 Feb 2023 15:03 by ADMIN

The style for dialog actions is exported with the following selector 

.k-dialog-wrapper .k-window.k-dialog .k-window-actions.k-dialog-actions.k-actions.k-actions-stretched

This is not applied when I switch actions bar to a different layout than the default

<DialogActionsBar layout="start">
</DialogActionsBar>
because of the selector part 
.k-actions-stretched

Under Review
Last Updated: 23 Jan 2023 09:42 by ADMIN
Created by: Steve
Comments: 1
Type: Feature Request
2

I would like to be able to set the style for the focus state for all the input controls in one place.

Currently I would need to select each control, go the advanced edit and set my style. If I then need to make a small change to that style I have to repeat the process for each individual component.

It would be useful if there was a selector on the title bar of each component group that allowed you to set a styles for all the components in the group for states such as hover, focus etc.

Under Review
Last Updated: 17 Jan 2023 15:45 by ADMIN
Created by: Kamen Velikov
Comments: 0
Type: Feature Request
0

Add ability to style the table headers in Scheduler

Under Review
Last Updated: 06 Oct 2022 10:26 by ADMIN

Hi,

Inside the exported zip from ThemeBuilder is a npm package, and I noticed that the package version is always set to 1.0.0.

Is there a way to edit and/or auto increment the package version so we can publish the exported themes to our internal npm repository?