Skip to content

Commit

Permalink
Extends dark theme to group custom-color-picker (#7520)
Browse files Browse the repository at this point in the history
  • Loading branch information
tp-1000 authored Mar 13, 2021
1 parent 0dd4de7 commit 153d82d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve

### Fixed

- We fixed an issue where the dark theme did not extend to a group's custom color picker. [#7481](https://github.com/JabRef/jabref/issues/7481)
- We fixed an issue where choosing the fields on which autocompletion should not work in "Entry editor" preferences had no effect. [#7320](https://github.com/JabRef/jabref/issues/7320)
- We fixed an issue where the "Normalize page numbers" formatter did not replace en-dashes or em-dashes with a hyphen-minus sign. [#7239](https://github.com/JabRef/jabref/issues/7239)
- We fixed an issue with the style of highlighted check boxes while searching in preferences. [#7226](https://github.com/JabRef/jabref/issues/7226)
Expand Down
4 changes: 4 additions & 0 deletions src/main/java/org/jabref/gui/Dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@
color: #7d8591; /* -fx-mid-text-color*/
}

.custom-color-dialog {
-fx-background-color: -fx-control-inner-background;
}

.table-view .groupColumnBackground {
-fx-stroke: -jr-gray-3;
}
Expand Down

0 comments on commit 153d82d

Please sign in to comment.