1b.app
Link copied -

White letters on a dark background are required.

Now the letters on the dark field in the CRM application are black and unreadable.

You need to display white letters on a dark background, as you have done elsewhere in OneBox.

I am attaching the boxes

Please make it comfortable to work with statuses in any color of business processes in OneBox.
Original question is available on version: ua Вячеслав Легеза

Answers:

You have custom styles, style any letters as you want
23.05.2025, 15:44
Original comment available on version: ru

Легеза Вячеслав iCOLOR OneBox
ФОП Легеза В.В.
Personal license
Leave a message in this thread and the user's contacts will be shown to you

lace
OneBox production wrote:
you have custom styles, stylize any letters as you want

Tried
But it's hardcoded into the main CSS, which I can't seem to change.
I've tried several options to impose conditions, but they all don't work.
23.05.2025, 16:31
Вячеслав Легеза Original comment available on version: ua

You can change everything, there is no main and non-main CSS
23.05.2025, 16:39
Original comment available on version: ru

Легеза Вячеслав iCOLOR OneBox
ФОП Легеза В.В.
Personal license
Leave a message in this thread and the user's contacts will be shown to you

lace
OneBox production wrote:
You can change everything, there is no main or non-main CSS.

I can't
I tried several options, none of them worked.
That's why I posted a topic to draw attention and try to get a working solution.
from AI's comment: it's likely that the CRM system is applying styles very aggressively or dynamically.
This is quite typical for complex web applications, especially if they have their own theme management logic or dynamically insert styles via JavaScript.
23.05.2025, 17:46
Вячеслав Легеза Original comment available on version: ua

Легеза Вячеслав iCOLOR OneBox
ФОП Легеза В.В.
Personal license
Leave a message in this thread and the user's contacts will be shown to you


lace

OneBox production wrote:

You can change everything, there is no main or non-main CSS.



This is the code the last one used and it didn't give the desired result

/* The most aggressive attempt to change the text color */

/* For elements containing "PROCESS WORKING DESCRIPTION..." and similar */

.js-stage-item.selected,

.js-stage-item,

.js-stage-item span,

.js-stage-item a,

.js-stage-item p,

.js-stage-item h1,

.js-stage-item h2,

.js-stage-item h3,

.js-stage-item h4,

.js-stage-item h5,

.js-stage-item h6 {

color: #FFFFFF !important;

}

/* For previously identified problematic elements (task cards, calendar links) */

#crm-app.custom-body .task-board-panel .span.overflow,

#crm-app.custom-body .task-board-panel .card-text,

#crm-app.custom-body .task-board-panel h5,

#crm-app.custom-body a.day-element.p-2.mb-2.text-decoration-none.overflow-hidden.js-calendar,

#crm-app.custom-body span.light.text-wrap,

#crm-app.custom-body span.js-calendar-issue-name.issue-name {

color: #FFFFFF !important;

}

/* Attempt to change the color for all span and a inside main-container,

if the problem spreads more widely */

#crm-app.custom-body .main-container span,

#crm-app.custom-body .main-container a {

color: #FFFFFF !important;

}

And accordingly, on the box, the conclusion that artificial intelligence came to

Therefore, I would be very pleased to receive qualified advice on how to realize what I want.
24.05.2025, 22:17
Вячеслав Легеза Original comment available on version: ua

Made automatic adjustment of text color to its background
27.05.2025, 17:09
Original comment available on version: ua

Легеза Вячеслав iCOLOR OneBox
ФОП Легеза В.В.
Personal license
Leave a message in this thread and the user's contacts will be shown to you


Derkach Dmytro

OneBox production wrote:

Made automatic adjustment of text color to its background



Thank you very much!

It looks much better now and you can use dark colors for the stuss!

But on this same screen, another element remained the same, with black letters on a dark background.

In my opinion, it would be really cool if you made the same change here.
28.05.2025, 09:10
Вячеслав Легеза Original comment available on version: ua

Легеза Вячеслав iCOLOR OneBox
ФОП Легеза В.В.
Personal license
Leave a message in this thread and the user's contacts will be shown to you
Derkach Dmytro

I tried the following code variants, but I couldn't get the black color on a dark background.

/* 1. Try changing the filter for the main container. This is the most likely place. */

body#crm-app.custom-body {

filter: contrast(4.81) !important; /* Set the value that makes the text white */

/* You may also need an additional brightness filter if this doesn't work on its own */

/* filter: contrast(4.81) brightness(1.2) !important; */

}

/* 2. Just in case, also repeat the rules for text color,

if changing the filter is not enough or if some elements still remain black.

This is an important step because the filter changes the visual appearance, but not the actual color. */

#crm-app.custom-body span,

#crm-app.custom-body a,

#crm-app.custom-body p,

#crm-app.custom-body h1,

#crm-app.custom-body h2,

#crm-app.custom-body h3,

#crm-app.custom-body h4,

#crm-app.custom-body h5,

#crm-app.custom-body h6,

#crm-app.custom-body li,

#crm-app.custom-body div {

color: #FFFFFF !important; /* Force white color */

}

/* 3. Specific element "Alexei Velegura" */

#crm-app.custom-body a.text-wrap.js-tooltip-contact-item {

color: #FFFFFF !important;

}

/* Specific element "25 May, 10:25" */

#crm-app.custom-body small.date-time-item {

color: #FFFFFF !important;

}

/* Specific element "PROCESS WORKING DESCRIPTION..." */

#crm-app.custom-body .js-stage-item.selected {

color: #FFFFFF !important;

}
28.05.2025, 17:45
Вячеслав Легеза Original comment available on version: ua

Please join the conversation. If you have something to say - please write a comment. You will need a mobile phone and an SMS code for identification to enter. Log in and comment