Activities of "Anjali_Musmade"

Answer

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;
}

Which will look like

Is this what you want? Please let me know if anything else is needed.

Thanks, Anjali

Hi,

Click on your username and then you will see it like this

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;    
}

it will result in

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,

Hi,

To change the background of login page you can add this code in global-style.css

:root .lpx-login-bg {
    background-image: url('//image_url') !important;
}

It will look like

Thanks,

Hi,

In this you are using png images for logo. You need to use svg images with the same names and update the names of previous files.

it will result like

please let me know if it helps you.

Thanks, Anjali

Hello rwright-ruhealth,

Thanks for reporting the bug; we will fix it soon.

For time being, you can try to add css in global-styles.css

which will result in

Please let me know if this helps you.

Thanks, Anjali

Showing 671 to 680 of 1204 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 19, 2024, 12:56