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

LibreOffice Start shows black text on black background sidebar #584

Open
fossfreedom opened this issue May 5, 2021 · 2 comments
Open

LibreOffice Start shows black text on black background sidebar #584

fossfreedom opened this issue May 5, 2021 · 2 comments

Comments

@fossfreedom
Copy link

  • Materia version: 34bffc1
  • GTK3 version: 3.24.25
  • Distribution (and version): Ubuntu Budgie 21.04
  • Desktop environment (and version): Budgie Desktop 10.5.2
  • Related application (and version): LibreOffice (Start)

Actual Issue
Libreoffice start shows black text on black background for Materia
image

In comparison Materia-dark

image

Steps to Reproduce
Start libreoffice in a terminal

i.e. libreoffice

@fossfreedom
Copy link
Author

fossfreedom commented May 6, 2021

EDIT: I did a git bisect and libreoffice broke with this commit abc8df7

Edit2: uncommenting the background-color and color lines here seems to fix most libreoffice issues
// background-color: $surface-z0;

This CSS in GTK_Inspector tidies up the main side box and the side box (bottom)

viewport > grid > box > box > frame > box  {
 background-color: transparent;
}

viewport > grid > box > box > frame > box > box  {
 background-color: transparent;
}

There isn't really a styleclass to target here.

image

@mabod
Copy link

mabod commented May 26, 2021

This is similar to the issue I opened 25. March:
#560

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