Skip to content

Commit dca38a8

Browse files
committed
resolved threads (JabRef#7927)
1 parent e65ef96 commit dca38a8

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/main/java/org/jabref/gui/Base.css

-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@
9898
-jr-drag-target: -jr-purple;
9999
-jr-drag-target-hover: derive(-jr-purple, 80%);
100100

101-
/* For summary text color */
102101
-js-summary-text-color: #000000;
103102
-js-summary-text-color-selected: #000000;
104103

src/main/java/org/jabref/gui/importer/ImportEntriesDialog.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.addEntryButton {
2-
-fx-font-size: 35;
2+
-fx-font-size: 2em;
33
}
44

55
.addEntryButton:selected {
@@ -16,10 +16,10 @@
1616
-fx-fill: -js-summary-text-color;
1717
}
1818

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

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

0 commit comments

Comments
 (0)