Skip to content
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

Friend List and Chat Visual Glitch #376

Closed
vsilvar opened this issue Jun 14, 2015 · 6 comments
Closed

Friend List and Chat Visual Glitch #376

vsilvar opened this issue Jun 14, 2015 · 6 comments

Comments

@vsilvar
Copy link
Contributor

vsilvar commented Jun 14, 2015

The selected language information overlaps the search bar, and isn't aligned in the chat.

chat
friend list

@Zerathos
Copy link

This can't be fixed, see #224 and #56.

@vsilvar
Copy link
Contributor Author

vsilvar commented Jun 15, 2015

You can check https://github.com/Elundris/Air-for-Steam
In that skin the gray background is gone, so it should be possible to do something.

@vsilvar
Copy link
Contributor Author

vsilvar commented Jun 16, 2015

Just went through the files and found that:
TextEntry.IMEBGColor "0 0 0 0"
TextEntry.IMEFGColor "white"

Hides the language information, the only problem is that the TextEntryClearButton becomes misaligned.

Not sure how to fix that, but you can hide the button with:
TextEntryClearButton {
inset-right=-50
}

@FlaminSarge
Copy link
Contributor

Can you guys try the following?:

TextEntry.IMEBGColor        "225 225 225 0"
TextEntry.IMEFGColor        "DarkImageOverlay"

@vsilvar
Copy link
Contributor Author

vsilvar commented Jun 27, 2015

Looks good to me

@DirtDiglett
Copy link
Owner

I've added this to the main branch, thank for the help guys. I feel a bit silly because every time I tried to tackle this issue it never occured to me to just search the files for the same RGB color as the background of it... It was staring at me in the face :(

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 a pull request may close this issue.

4 participants