Add the ability to style combined state: e.g. selected:hover:active.
Currently, you can style these states separately.
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)
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
Hello,
We are planning on setting many custom variables and would like more control over their ordering and naming.
Thank you for your consideration!
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.
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>
.k-actions-stretched
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.
Add ability to style the table headers in Scheduler
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?