Permalink
Browse files

gtk3: add a workaround for broken Libreoffice toolbar styling

  • Loading branch information...
1 parent efdd708 commit 5b15bdc4425b6b3b8e374f76541f020419663edd @horst3180 committed Oct 4, 2016

Large diffs are not rendered by default.

Oops, something went wrong.

Large diffs are not rendered by default.

Oops, something went wrong.

Large diffs are not rendered by default.

Oops, something went wrong.

Large diffs are not rendered by default.

Oops, something went wrong.

Large diffs are not rendered by default.

Oops, something went wrong.
View

Large diffs are not rendered by default.

Oops, something went wrong.
@@ -927,7 +927,7 @@ toolbar {
}
}
-.primary-toolbar {
+.primary-toolbar:not(.libreoffice-toolbar) { // LO messes up the toolbar styling, so exclude LO toolbars
color: $header_fg;
background-color: opacify($header_bg, 1);
box-shadow: none;

0 comments on commit 5b15bdc

Please sign in to comment.