Hello,
You can get the source code of LeptonX by using the below command, and you can customize it as per your requirements.
abp get-source Volo.LeptonTheme --version 7.3.1
Thanks, Anjali
Hello WilliamT,
Thanks for replying with your exact requirements.
I have checked the Button groups in LeptonX. It has a border, not a divider. If you want to implement it for Action dropdown, you need to add some CSS code like below in global-style.css
:
.dropdown-item {
--bs-btn-border-width: 1px;
border: var(--bs-btn-border-width) solid blue;
border-radius: 5px;
}
Is this what you want? Please let me know if anything else is needed.
Thanks, Anjali
Hi,
Can you check this one document https://docs.abp.io/en/abp/latest/Localization
Thanks,
Hi,
Have look at a similar issue https://support.abp.io/QA/Questions/5945/Exception-in-browser-at-initial-pageload-of-a-deployed-production-build
Please let me know if it helps you.
Thanks, Anjali
Hi, ABP Datatables extension does not provide the feature mentioned by you.
but you can customize your code with the help of css. please try to add below code in global-style.css
.dropdown-item {
border-bottom: 1px solid black !important;
}
please let me know if it helps you.
Thanks,
Hi,
please check https://github.com/abpframework/abp/issues/8010 and https://github.com/abpframework/abp/pull/8027/files
regards,