Skip to content

Fixes White Text-boxes on Free GPM #64 #69

Open
Alipoodle wants to merge 9 commits intogmusic-utils:masterfrom
Alipoodle:master
Open

Fixes White Text-boxes on Free GPM #64 #69
Alipoodle wants to merge 9 commits intogmusic-utils:masterfrom
Alipoodle:master

Conversation

@Alipoodle
Copy link
Copy Markdown
Contributor

MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-#2129
and #64

This fixes the problem for Light / Dark theme's search boxes showing up as White (Images can be found on First Issue.)
The reason for the issue is most likely the change in how GPM themed the Search box from being Transparent to solid white.

Light theme:

image

Dark theme:
image

@Alipoodle
Copy link
Copy Markdown
Contributor Author

Alipoodle commented Mar 25, 2017

Well nearly fixed... it found an error with Light theme when it at the top of a playlist the shows different Artists
image

Comment thread lib/full.css Outdated
color:<<FORE_PRIMARY>>;
}
.qp #material-one-middle .material-search, .qp #material-one-middle .material-search:focus {
background-color: rgba(255,255,255,0.16);
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I kept this line in each of them, because I felt that it would save space, rather than adding it to the common.css

@Alipoodle
Copy link
Copy Markdown
Contributor Author

^
image

Comment thread lib/full.css Outdated
color:<<FORE_PRIMARY>>;
}
.qp #material-one-middle .material-search, .qp #material-one-middle .material-search:focus {
background-color: rgba(255,255,255,0.16);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be something like <<ALPHA 0.84>><<FORE_PRIMARY>><</ALPHA>>

(Not sure of exact syntax)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let me test that, to make sure!

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image
Uhm? It works.

Comment thread lib/highlight.css Outdated
background-size: 40px 40px;
}
input.material-search.label-input-label::-webkit-input-placeholder {
color: #212121 !important;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These colors should use the variables not be hardcoded 👍

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As in using <<BACK_PRIMARY>>?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants