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

Black tab bar [gtk 3.8] #51

Closed
hotice opened this issue Jul 1, 2013 · 2 comments
Closed

Black tab bar [gtk 3.8] #51

hotice opened this issue Jul 1, 2013 · 2 comments

Comments

@hotice
Copy link

hotice commented Jul 1, 2013

The tab bar in Gedit and probably other places too, is black when using Numix with GTK 3.8. This didn't occur with GTK 3.6.

Screenshot:
numix-tabbar-bug

@satya164
Copy link
Contributor

satya164 commented Jul 1, 2013

The bug is due to overlay-scrollbars. Disable them. I'll add a patch for Ubuntu in next release (the patch turns the desktop grey in other distros).

You can also add the following in gtk-widgets.css,

* {
    /* inherit colors from parent */
    color: inherit;
    background-color: inherit;
}

@satya164
Copy link
Contributor

satya164 commented Jul 1, 2013

Fixed in PPA.

@satya164 satya164 closed this as completed Jul 1, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants