File tree 1 file changed +12
-0
lines changed
src/main/java/org/jabref/gui/maintable
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 48
48
.table-row-cell : matching-search-and-groups > .table-cell {
49
49
-fx-text-fill : -jr-match-1-text-color;
50
50
}
51
+ .table-row-cell : matching-search-and-groups : focused > .table-cell {
52
+ -fx-text-fill : -fx-focused-text-base-color;
53
+ }
51
54
.table-row-cell : matching-search-and-groups : hover > .table-cell {
52
55
-fx-text-fill : -jr-match-1-text-color-hover;
53
56
}
73
76
.table-row-cell : matching-search-not-groups > .table-cell {
74
77
-fx-text-fill : -jr-match-2-text-color;
75
78
}
79
+ .table-row-cell : matching-search-not-groups : focused > .table-cell {
80
+ -fx-text-fill : -fx-focused-text-base-color;
81
+ }
76
82
.table-row-cell : matching-search-not-groups : hover > .table-cell {
77
83
-fx-text-fill : -jr-match-2-text-color-hover;
78
84
}
98
104
.table-row-cell : matching-groups-not-search > .table-cell {
99
105
-fx-text-fill : -jr-match-3-text-color;
100
106
}
107
+ .table-row-cell : matching-groups-not-search : focused > .table-cell {
108
+ -fx-text-fill : -fx-focused-text-base-color;
109
+ }
101
110
.table-row-cell : matching-groups-not-search : hover > .table-cell {
102
111
-fx-text-fill : -jr-match-3-text-color-hover;
103
112
}
123
132
.table-row-cell : not-matching-search-and-groups > .table-cell {
124
133
-fx-text-fill : -jr-match-4-text-color;
125
134
}
135
+ .table-row-cell : not-matching-search-and-groups : focused > .table-cell {
136
+ -fx-text-fill : -fx-focused-text-base-color;
137
+ }
126
138
.table-row-cell : not-matching-search-and-groups : hover > .table-cell {
127
139
-fx-text-fill : -jr-match-4-text-color-hover;
128
140
}
You can’t perform that action at this time.
0 commit comments