217402
Level 23 Chipist
MelonadeM
post #217402 ::
2025.05.17 6:01am
ItsDuv, trough, retrokid104, mirageofher, arceus413 and damifortune liēkd this
ItsDuv, trough, retrokid104, mirageofher, arceus413 and damifortune liēkd this
What Happens:
When you go upload a file, the text by default is just defined as black. This is a non-issue for themes with a light BG but is an issue for themes with a black BG (like most of my palettes).
The (potential) fix:
BotB seems to store its CSS configuration for this in "form.css", which has definitions for classes ".formrow .file" - this has a color definition of "black". If you change this to one of the variables used for a lot of other elements, such as "rgba(var(--color2))", it'll now be visible as it'll just use the variable for normal text color.
I might be wrong in saying this seemed like a simple fix as I have no clue how the backend of things is handled but it seemed to work just fine for me with inspect tools and locating things with Firefox.
When you go upload a file, the text by default is just defined as black. This is a non-issue for themes with a light BG but is an issue for themes with a black BG (like most of my palettes).
The (potential) fix:
BotB seems to store its CSS configuration for this in "form.css", which has definitions for classes ".formrow .file" - this has a color definition of "black". If you change this to one of the variables used for a lot of other elements, such as "rgba(var(--color2))", it'll now be visible as it'll just use the variable for normal text color.
I might be wrong in saying this seemed like a simple fix as I have no clue how the backend of things is handled but it seemed to work just fine for me with inspect tools and locating things with Firefox.