Skip to content
Closed
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ 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)
### Removed


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,7 @@
.code-area .context-menu .menu-item .label {
-fx-padding: 2;
}

.ikonli-font-icon {
-fx-icon-color: -fx-text-base-color;
}