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

Wrong hex color in MacOS.qss? #9

Closed
mdrost opened this issue Nov 5, 2021 · 1 comment
Closed

Wrong hex color in MacOS.qss? #9

mdrost opened this issue Nov 5, 2021 · 1 comment

Comments

@mdrost
Copy link

mdrost commented Nov 5, 2021

Hi, honestly I have no idea how MacOS should look, but when I use style from MacOS.qss I get message QCssParser::parseHexColor: Unknown color name '#ffff'. I believe the problem is here:

QComboBox:editable, QComboBox:!editable, QComboBox::drop-down:editable, QComboBox:!editable:on, QComboBox::drop-down:editable:on {
    background: #ffff;
}

When I change background: #ffff; to background: #ffffff; message disappears, but I am not 100% sure it's the color that should be there :P

@GTRONICK
Copy link
Owner

GTRONICK commented Nov 8, 2021

Thanks a lot!, Fixed.

@GTRONICK GTRONICK closed this as completed Nov 8, 2021
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

No branches or pull requests

2 participants