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

White borders in LibreOffice 5 #136

Closed
steffen678 opened this issue Aug 9, 2015 · 2 comments
Closed

White borders in LibreOffice 5 #136

steffen678 opened this issue Aug 9, 2015 · 2 comments

Comments

@steffen678
Copy link

Now that LibreOffice uses Gtk3, it draws some white borders around all of its toolbars. I'm not sure if there is anything that can be done about this or if they are hardcoded or something.

bildschirmfoto von 2015-08-09 19-59-08

What's nice is that the issue with the white text in the menubar is gone, for example.

@horst3180
Copy link
Owner

After some investigation I found out that the menu background color is used for the white borders. I.e. setting

.menu, .popup {
  background-color: red;
}

makes those borders red. That is clearly a bug in libreoffice, but given that the gtk3 support is still incomplete this will probably get fixed.

@steffen678
Copy link
Author

Thanks for your response. :-) I'll be closing this, then.

euphonia pushed a commit to euphonia/arc-theme that referenced this issue Nov 2, 2016
euphonia pushed a commit to euphonia/arc-theme that referenced this issue Nov 2, 2016
This commit tries to fix the issue: horst3180#136.
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