Skip to content

Commit 5b15bdc

Browse files
committed
gtk3: add a workaround for broken Libreoffice toolbar styling
1 parent efdd708 commit 5b15bdc

File tree

7 files changed

+617
-617
lines changed

7 files changed

+617
-617
lines changed

common/gtk-3.0/3.20/gtk-dark.css

Lines changed: 102 additions & 102 deletions
Large diffs are not rendered by default.

common/gtk-3.0/3.20/gtk-darker.css

Lines changed: 102 additions & 102 deletions
Large diffs are not rendered by default.

common/gtk-3.0/3.20/gtk-solid-dark.css

Lines changed: 102 additions & 102 deletions
Large diffs are not rendered by default.

common/gtk-3.0/3.20/gtk-solid-darker.css

Lines changed: 102 additions & 102 deletions
Large diffs are not rendered by default.

common/gtk-3.0/3.20/gtk-solid.css

Lines changed: 104 additions & 104 deletions
Large diffs are not rendered by default.

common/gtk-3.0/3.20/gtk.css

Lines changed: 104 additions & 104 deletions
Large diffs are not rendered by default.

common/gtk-3.0/3.20/sass/_common.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,7 @@ toolbar {
927927
}
928928
}
929929

930-
.primary-toolbar {
930+
.primary-toolbar:not(.libreoffice-toolbar) { // LO messes up the toolbar styling, so exclude LO toolbars
931931
color: $header_fg;
932932
background-color: opacify($header_bg, 1);
933933
box-shadow: none;

0 commit comments

Comments
 (0)