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

Active button/link background color not matching selected theme #2

Open
rrevi opened this issue Apr 15, 2013 · 4 comments
Open

Active button/link background color not matching selected theme #2

rrevi opened this issue Apr 15, 2013 · 4 comments

Comments

@rrevi
Copy link

rrevi commented Apr 15, 2013

See an example of this at my Github Page http://rrevi.github.io - click on any of my posts and you should see then link to the post turn green when it is active (it only last a second or two). Not matching the theme selected (theme C)

@mkuklis
Copy link
Member

mkuklis commented Apr 25, 2013

Hi @rrevi sorry for the delay. I was able to look at your demo but I don't see the green color when I press the button. Were you able to fix it? If so would you mind posting here what was wrong?

@rrevi
Copy link
Author

rrevi commented Apr 25, 2013

Hi @mkuklis no worries. I fixed issue by adding the following code to color swatch C:

.ui-btn-up-c.ui-btn-hover-c.ui-btn-active { color:#000;border: 1px solid #909090;background:#909090}

Code above fixed issue in desktop browsers (Chrome and Safari on Mac OS X) but not on mobile browsers (Safari on iOS) so I then edited the following CSS class near line 294 .ui-btn-active with same property values (though that changes active button properties for all other color swatches)

you can view my edited jquery-mobile-flat-ui CSS File

Thank you for making this great jquery mobile theme!

@mkuklis
Copy link
Member

mkuklis commented Apr 25, 2013

Great thank you for the feedback. I will try to review it tonight.

@jvanulden
Copy link

Any progress on this? Using JQM 1.3.1 BTW.

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

3 participants