Skip to content

Commit

Permalink
Fixed display of file field adjusting for the dark theme (#9343)
Browse files Browse the repository at this point in the history
* Fixed file field font color for dark mode #9340

* update CHANGELOG.md
  • Loading branch information
roryoday authored Nov 3, 2022
1 parent bcc200c commit 141c3e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve

### Fixed

- We fixed the readability of the file field in the dark dark theme [#9340](https://github.com/JabRef/jabref/issues/9340)
- We fixed that sorting of entries in the maintable by special fields is updated immediately [#9334](https://github.com/JabRef/jabref/issues/9334)
- We fixed the Cleanup entries dialog is partially visible [#9223](https://github.com/JabRef/jabref/issues/9223)
- We fixed the display of the "Customize Entry Types" dialogue title [#9198](https://github.com/JabRef/jabref/issues/9198)
Expand Down
5 changes: 5 additions & 0 deletions src/main/java/org/jabref/gui/Dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -170,3 +170,8 @@
.rating > .container > .button.strong {
-fx-icon-color: -fx-light-text-color;
}


.file-row-text {
-fx-text-fill: -fx-light-text-color;
}

0 comments on commit 141c3e9

Please sign in to comment.