Skip to content

Commit

Permalink
Merge pull request #2 from u7232539/Change-found-text-color
Browse files Browse the repository at this point in the history
Changed the color of found text from red to green
  • Loading branch information
u7232539 authored Oct 23, 2022
2 parents 75830ba + a610d74 commit bd2da5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve
- We fixed an issue where a message about changed metadata would occur on saving although nothing changed. [#9159](https://github.com/JabRef/jabref/issues/9159)
- When adding or editing a subgroup it is placed w.r.t. to alphabetical ordering rather than at the end. [koppor#577](https://github.com/koppor/jabref/issues/577)
- We modified the Directory of Open Access Books (DOAB) fetcher so that it will now also fetch the ISBN when possible. [#8708](https://github.com/JabRef/jabref/issues/8708)
- We changed the color of found text from red to green. [koppor#552](https://github.com/koppor/jabref/issues/552)


### Fixed

Expand Down
5 changes: 4 additions & 1 deletion src/main/java/org/jabref/gui/entryeditor/EntryEditor.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,10 @@
}

#bibtexSourceCodeArea .search {
-fx-fill: red;
-fx-fill: green;
-fx-font-size: 1.2em;
-fx-font-weight: bolder;

}

#citationsPane {
Expand Down

0 comments on commit bd2da5d

Please sign in to comment.