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

tabbar with icon font? #8

Open
urbien opened this issue Dec 17, 2012 · 1 comment
Open

tabbar with icon font? #8

urbien opened this issue Dec 17, 2012 · 1 comment

Comments

@urbien
Copy link

urbien commented Dec 17, 2012

would be cool if you could replace sprites with icon font (e.g awesome icon font), which should also solve retina/non-retina issues and allow coloring icons according to a jqm color scheme

@frequent
Copy link
Owner

awesome font does look nice, but I think it will be hard to implement, because for bartender you need to cut out icons from the background (black & gray). There is no cross-browser "masking" effect which you could use to change from default to higlight on the icon only. So to workaround, I cut out the icon from the background and switch default/active behind the cutout... (so much for an easy explanation...)

You could have a look at my tabview widget (tabview), which is a collapsible-set with data-type=horizontal. You can style the tabs as you like (themes, icons), so this is probably more in the direction you are looking for.

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