Activities of "armagan"

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 4 of 4 entries
Made with ❤️ on ABP v9.1.0-rc.1. Updated on January 17, 2025, 14:13