diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a8c034a42a..c7f81e78e70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,9 +22,11 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve ### Fixed - We fixed an issue when checking for a new version when JabRef is used behind a corporate proxy. [#7884](https://github.com/JabRef/jabref/issues/7884) +- We fixed an issue that solve icon button not visible when JabRef in dark theme. [#7853](https://github.com/JabRef/jabref/issues/7853) - We fixed an issue where it was impossible to add or modify groups. [#7912](https://github.com/JabRef/jabref/pull/793://github.com/JabRef/jabref/pull/7921) - We fixed an issue where exported entries from a Citavi bib containing URLs could not be imported [#7892](https://github.com/JabRef/jabref/issues/7882) + ### Removed diff --git a/src/main/java/org/jabref/gui/preferences/PreferencesDialog.css b/src/main/java/org/jabref/gui/preferences/PreferencesDialog.css index 1b1e95c675b..11c93ae1dfa 100644 --- a/src/main/java/org/jabref/gui/preferences/PreferencesDialog.css +++ b/src/main/java/org/jabref/gui/preferences/PreferencesDialog.css @@ -76,3 +76,7 @@ .code-area .context-menu .menu-item .label { -fx-padding: 2; } + +.ikonli-font-icon { + -fx-icon-color: -fx-text-base-color; +}