Skip to content

Commit

Permalink
Change blue and red colors in Merge entries dialog in Dark theme (#6356)
Browse files Browse the repository at this point in the history
  • Loading branch information
MootezSaaD authored Apr 26, 2020
1 parent 1486358 commit ce05e1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve
- We fixed an issue where an exception was thrown when adding a save action without a selected formatter in the library properties [#6069](https://github.com/JabRef/jabref/issues/6069)
- We fixed an issue where JabRef's icon was missing in the Export to clipboard Dialog. [#6286](https://github.com/JabRef/jabref/issues/6286)
- We fixed an issue when an "Abstract field" was duplicating text, when importing from RIS file (Neurons) [#6065](https://github.com/JabRef/jabref/issues/6065)

- We fixed an issue where the blue and red text colors in the Merge entries dialog were not quite visible [#6334](https://github.com/JabRef/jabref/issues/6334)

### Removed

Expand Down
4 changes: 2 additions & 2 deletions src/main/java/org/jabref/gui/mergeentries/MergeEntries.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
}

.text-added {
-fx-fill: blue;
-fx-fill: #54A3F2;
}

.text-removed {
-fx-fill: red;
-fx-fill: #FA5B68;
}

0 comments on commit ce05e1e

Please sign in to comment.