Skip to Content
Menu
This question has been flagged
1 Reply
3047 Views

Hello Community

I'm facing a weird issue with bootstrap css colors. I'm using forms editor and see that the send submission notification is in white color. I found out that the boostrap colors for .text-danger and .has-error showing color #ffffff .

Do I miss a bugfix? I can not find anything about this issue.

Can someone guide me to the right direction?

many thanks

Avatar
Discard
Best Answer

Hi

In Odoo 11, the default color for the .text-danger class in Bootstrap is not white (#ffffff). It is typically a dark red color (#dc3545) that indicates an error or danger state.

If you are seeing the text in white color for the .text-danger class or .has-error class, it is possible that there might be some custom CSS or theme modifications affecting the default Bootstrap styles.
Here are a few steps:
-> Check for custom CSS: Look for any custom CSS files or code that might be overriding the default Bootstrap styles. Inspect the HTML elements using the browser's developer tools and check the applied CSS rules to identify any conflicting styles.
-> Check for theme modifications: If you are using a custom theme, review the theme files and settings to ensure that the Bootstrap styles have not been modified unintentionally. Check for any color-related modifications that might be affecting the .text-danger class or .has-error class.

Hope it helps

Avatar
Discard
Related Posts Replies Views Activity
0
Oct 16
2823
3
Oct 15
8758
1
Jun 24
1632
1
May 22
2970
4
Oct 20
6082