jQWidgets Forums
jQuery UI Widgets › Forums › General Discussions › ThemeBuilder 2.0
Tagged: Themebuilder
This topic contains 2 replies, has 2 voices, and was last updated by Martin 5 years, 7 months ago.
-
AuthorThemeBuilder 2.0 Posts
-
Hi,
I have a question to the new ThemeBuilder. PS: It’s very nice ?
But I have several points which are special:
Point 1:
If I export a new CSS from ThemeBuilder, after the –jqx-accordion-arrow-down-hovered-color-light is a “undefined”.
–jqx-accordion-arrow-up-hovered-color-light: url(‘images/metro-icon-up.png’);
–jqx-accordion-arrow-down-hovered-color-light: url(‘images/metro-icon-down.png’);
undefined
–jqx-button-default-text-color-light: rgba(85, 85, 85, 1);
–jqx-button-default-background-color-light: rgba(255, 255, 255, 1);Point 2:
The .jqx-tabs-content-light includes a “padding:5px” line. Is there a possibility to set the padding in the ThemeBuilder? I use 0px; I must every time change it manually.
Point 3:
I’ve used the light theme builder theme. Now, all Date-Fields (jqxDateTimeInput) has no calendar icon. The Clock input field has one. Both are set for showing the Button and I can click on it and the calendar will start.
Point 4:
With the new Theme Builder and using altRows in Grid, the background color which is set with the classname will not be shown on lines with alternating color… Without alternating rows or the rows, which are not alternated, the class will be displayed. With the old theme, it works.
I use the version which is explained under following demo: https://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/index.htm#demos/jqxgrid/showcase.htm
For me it’s a very important feature, because I mark special entries with different background colors.
Thanks,
RolandPoint 3 is solved:
In the generated light css file, the line for calendar item is:
–jqx-editors-dat-lighttimeinput-calendar-icon-color: url(‘images/icon-calendar.png’);
–jqx-editors-dat-lighttimeinput-calendar-icon-selected-color: url(‘images/icon-calendar-white.png?);the correct entry would be:
–jqx-editors-datetimeinput-calendar-icon-color-light: url(‘images/icon-calendar.png’);
–jqx-editors-datetimeinput-calendar-icon-selected-color-light: url(‘images/icon-calendar-white.png’);Hello Roland,
Thank you a lot for the feedback!
For Point 2, I think that this style is too specific to be included in the Theme Builder settings for the moment. We may consider it in the future, if the Theme Builder’s features are expanded.
All the other points will be fixed as soon as possible!
Best Regards,
MartinjQWidgets Team
https://www.jqwidgets.com/ -
AuthorPosts
You must be logged in to reply to this topic.