-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update main table colors #11579
Update main table colors #11579
Conversation
@@ -649,15 +649,27 @@ TextFlow > .tooltip-text-monospaced { | |||
} | |||
|
|||
.table-row-cell:matching-search-and-groups { | |||
-fx-background-color: white; | |||
-fx-background-color: #FFFFFFFF; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please either make them derived or add some new constants, as this makes it easier for dark theme to change the colors
Carl and I are on it. |
-fill before -text-fill
simple-search-library.bib - Search for "S" - Select group "g"
With -jr-theme, memories of the C64 come back. I "strictly" used |
I added
Then, |
Double-clicking on an even row removes the selection color. Edit: If there is no active search query and the 'All Entries' group is selected, the odd rows keeps the selection color. However, if there is an active search or a selected group, all rows will lose the selection color when double-clicked. |
Single click works. What magic does JabRef do on a double click? |
The only action on double-click is to open the entry editor: jabref/src/main/java/org/jabref/gui/maintable/MainTable.java Lines 142 to 146 in db9f83c
|
If we cannot fix the next 20 hours, we merge and create two follow-up issues. - Without stripes, it looks really bad IMHO. |
Sorry for the confusion in #11579 (comment), but the issue only affects the even rows. Odd rows keep the selection color in all cases. |
I cannot manage to "double filter": .table-row-cell:not(.focused):matching-groups-not-search > .table-cell {
-fx-text-fill: -jr-match-3-text-color;
} That would be requried to have the text color only applied when not focused - but does not trigger at all. Seems to be known issue - https://stackoverflow.com/q/39355081/873282 Thus, added a work around at |
The mentioned issues should be fixed now. |
The build for this PR is no longer available. Please visit https://builds.jabref.org/main/ for the latest build. |
Other color scheme PR: #3839 |
Follow-up to: #11510. Closes LoayGhreeb#8.
Before:
After:
Mandatory checks
CHANGELOG.md
described in a way that is understandable for the average user (if applicable)