Changing the kendoui theme in the latest source code commit

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
10 лет назад
Hi,

i want to change the theme of NOPs admin from the default to the moonlight theme,

i am using the latest source code commit as of this morning,

i have checked the _Adminlayout.cshtml and cant see anywhere like .stylesheetregistrar,

Can anyone help on this one?
10 лет назад
Resolved.

for anyone looking to do this its here:

shared/_AdminLayout.cshtml

//resources
    Html.AppendCssFileParts("~/Content/kendo/2013.3.1119/kendo.rtl.min.css");
    Change this line ---> Html.AppendCssFileParts("~/Content/kendo/2013.3.1119/kendo.moonlight.min.css"); <------
    Html.AppendCssFileParts("~/Content/kendo/2013.3.1119/kendo.common.min.css");
    Html.AppendCssFileParts("~/Content/jquery-ui-themes/smoothness/jquery-ui-1.10.3.custom.min.css");

Theme names can be found here:

\Nop.Web\Content\kendo\2013.3.1119
10 лет назад
[Content removed due to duplicate post]
8 лет назад
Flat

    //Html.AppendCssFileParts(string.Format("~/Content/kendo/{0}/kendo.default.min.css", kendoVersion));
    Html.AppendCssFileParts(string.Format("~/Content/kendo/{0}/kendo.flat.min.css", kendoVersion));
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.