Activities of "armagan"

Hi ungoti faq, file management, invoices etc. they are html demo elements. copy/paste

dropzone, full calendar, inputmask etc. we did not customize these applications. we used it as is. we just styled it a bit and added the libraries so it can be used in leptonx. you can use it the same way it is normally used.

And again I am asking about the progress ? Why I got no reply here ?

Hi, Please try this.

#lpx-wrapper { max-width: 1440px !important; }

Hi

Can you try this code?

.lpx-nav-menu .lpx-inner-menu .lpx-inner-menu .lpx-inner-menu .lpx-menu-item-link { padding-left: 108px; }

Hi Sergei, We have completed this development, and you will receive the update in the next release. I appreciate the feedback you provided.

Best regards, Armağan

Hi, We couldn't repreduse your first problem.

We made an update about the coloring of columns in Datatables. You can have this change with the 2.0-patch update. If you are looking for a faster solution, we recommend removing the "table-stripe" class from the table.

Hi BassaSolutions. We just made use of bootstrap classes while making our theme and we did not use extra classes. So you can make all colors special by simply overriding the bootstrap styles.

Hi Kristy, You can customize the Lepton theme's sidebar menu as follows. Please make sure you write these codes in a css file you call after lepton's css file.

span.lp-icon {
    color: var(--sidebar-text);
}
span.lp-arrow-icon {
    color: var(--sidebar-text) !important;
}
span.lp-text {
    font-family: Georgia,serif;
}
.active-page span.lp-icon {
    color: var(--sidebar-text) !important;
} 
.has-drop a::before {
    border-color: var(--sidebar-text) !important;
}   
.lp-opened-sidebar .lp-sidebar, .lp-closed .lp-sidebar { 
   background: var(--sidebar-bg);
}
Answer

Hi all,

We created a related issue on this subject and started to work on it. Finally, the work is finished and we will deliver it to you with version 4.0.0.

Adding "rtl" class to the <body> tag will help you solve all RTL problems. Please wait for the new version.

Thank you very much for your feedback.

Showing 1 to 8 of 8 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11