Skip to content

Commit

Permalink
Merge branch 'JavuesZhang-main'
Browse files Browse the repository at this point in the history
* JavuesZhang-main:
  Fix#7195 partly Opacity of disabled icon-buttons
  • Loading branch information
Siedlerchr committed Apr 23, 2021
2 parents 434250d + 3586f00 commit 429b3d0
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 @@ -77,6 +77,7 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve
- We fixed an issue where opening BibTex file (doubleclick) from Folder with spaces not working. [#6487](https://github.com/JabRef/jabref/issues/6487)
- We fixed an issue with saving large `.bib` files [#7265](https://github.com/JabRef/jabref/issues/7265)
- We fixed an issue with very large page numbers [#7590](https://github.com/JabRef/jabref/issues/7590)
- We fixed an issue with opacity of disabled icon-buttons [#7195](https://github.com/JabRef/jabref/issues/7195)
- We fixed an issue where journal abbreviations in UTF-8 were not recognized [#5850](https://github.com/JabRef/jabref/issues/5850)
- We fixed an issue where the article title with curly brackets fails to download the arXiv link (pdf file). [#7633](https://github.com/JabRef/jabref/issues/7633)

Expand Down
4 changes: 4 additions & 0 deletions src/main/java/org/jabref/gui/Base.css
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,10 @@
-fx-fill: white;
}

.icon-button:disabled {
-fx-opacity: 0.4;
}

.toggle-button:selected {
-fx-background-color: -jr-icon-background-active;
-fx-text-fill: -jr-selected;
Expand Down

0 comments on commit 429b3d0

Please sign in to comment.