-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Various CSS fixes for v1.1.6 #3168
Conversation
@devinbileck Thanks for your testing! It seems that some of these UI elements, for example the calendar and the chat window, are not currently styled on the light theme, and while this looks fine on the light theme, they really stick out as "bugs" on the dark theme since they are not styled at all. I will do my best to fix everything this weekend 😅 |
0da293f
to
1031c43
Compare
1031c43
to
d9dbbd1
Compare
desktop/src/main/java/bisq/desktop/main/portfolio/pendingtrades/PendingTradesView.java
Show resolved
Hide resolved
d9dbbd1
to
5209c2f
Compare
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.
Beside small commeny utACK for that commit
is #1263 tackled by this PR as well? |
Oh, sorry I misunderstood - I thought you meant tray icon, yes it seems someone has disabled the menu bar changing to dark mode so the issue doesn't reproduce. I can fix that in a separate PR. |
3399b90
to
b91d803
Compare
[Light Theme] * Fix wrong shade of gray used as background color on grid-pane * Fix green scrollbars, should be gray as before [Dark Theme] * Fix action buttons being too dark on dark background * Fix combo-box-editor referencing old CSS class names * Fix incorrect shades of gray used for wizard item background * Set font-smoothing to gray method * Style javafx's main color palette, which fixes below issues: * Fix dark text on dark background in text field on grid-pane * Fix password entry input field dark on dark * Fix trade chat bubbles and text * Fix calendar date picker * Fix viewing DAO proposal results
b91d803
to
6cef6e0
Compare
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.
utACK
Light Theme regressions
Dark Theme fixes