Skip to content

Commit

Permalink
resolved threads (JabRef#7927)
Browse files Browse the repository at this point in the history
  • Loading branch information
victordmp committed Jun 26, 2022
1 parent e65ef96 commit dca38a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/main/java/org/jabref/gui/Base.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@
-jr-drag-target: -jr-purple;
-jr-drag-target-hover: derive(-jr-purple, 80%);

/* For summary text color */
-js-summary-text-color: #000000;
-js-summary-text-color-selected: #000000;

Expand Down
6 changes: 3 additions & 3 deletions src/main/java/org/jabref/gui/importer/ImportEntriesDialog.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.addEntryButton {
-fx-font-size: 35;
-fx-font-size: 2em;
}

.addEntryButton:selected {
Expand All @@ -16,10 +16,10 @@
-fx-fill: -js-summary-text-color;
}

.list-cell:entry-selected{
.list-cell:entry-selected {
-fx-background-color: derive(-jr-selected, 35%);
}

.list-cell:entry-selected .summary > Text{
.list-cell:entry-selected .summary > Text {
-fx-fill: js-summary-text-color-selected;
}

0 comments on commit dca38a8

Please sign in to comment.