Fix icon color in dark mode#7953
Conversation
|
I'm pretty sure we use Ikonli-icons not just in the preferences dialog. So i guess it would be better, to put that into the base.css? |
|
Btw, keeping the checkboxes in the PR description and checking them, if applicable, is mandatory! |
|
Why did you open a new PR instead of pushing your commit onto the old branch? |
|
@calixtus I've tried put it in base.css, but it also changes something else, which makes it weird. |
JJJoex
left a comment
There was a problem hiding this comment.
A discription to the work i've done.
|
You only need to add it to Dark.css so that it only is applied when you select the Dark theme |
|
@Siedlerchr I know, but in the figures following: |
|
try the following to .glyph icon add -fx-icon-color: -jr-theme-text; |
|
@Siedlerchr In this way, it works but still have problems. In the figure, you can see this icon is colored by the theme-color while it should be the text base color. |
|
If you look into IconTheme, you see that there is a method asButton which adds another css class and makes it an icon-button. Seems like you need to add an extra rule for that |





A new PR to #7917, fixes #7853









by adding this at the end of PreferencesDialog.css and it works. Here's comparison.
BEFORE
AFTER
CHANGELOG.mddescribed in a way that is understandable for the average user (if applicable)