diff options
author | Horst3180 | 2016-10-04 21:56:00 +0200 |
---|---|---|
committer | Horst3180 | 2016-10-05 14:43:59 +0200 |
commit | 5b15bdc4425b6b3b8e374f76541f020419663edd (patch) | |
tree | 42331ad9b316953105f63c36b8ab3ef9ef9ec5e5 /common/gtk-3.0/3.20/sass | |
parent | efdd708a1320f79167a3f8c709a880293ac8aaea (diff) | |
download | solarc-theme-5b15bdc4425b6b3b8e374f76541f020419663edd.tar.gz solarc-theme-5b15bdc4425b6b3b8e374f76541f020419663edd.tar.xz solarc-theme-5b15bdc4425b6b3b8e374f76541f020419663edd.zip |
gtk3: add a workaround for broken Libreoffice toolbar styling
Diffstat (limited to 'common/gtk-3.0/3.20/sass')
-rw-r--r-- | common/gtk-3.0/3.20/sass/_common.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss index e260901..8b0ec66 100644 --- a/common/gtk-3.0/3.20/sass/_common.scss +++ b/common/gtk-3.0/3.20/sass/_common.scss @@ -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; |