Merge lp:~bjoern-michaelsen/ubuntu-themes/libreoffice-toolbars-320 into lp:ubuntu-themes

Proposed by Björn Michaelsen
Status: Merged
Approved by: Iain Lane
Approved revision: 509
Merged at revision: 509
Proposed branch: lp:~bjoern-michaelsen/ubuntu-themes/libreoffice-toolbars-320
Merge into: lp:ubuntu-themes
Diff against target: 77 lines (+42/-0)
5 files modified
Ambiance/gtk-3.20/apps/libreoffice.css (+17/-0)
Ambiance/gtk-3.20/gtk-main.css (+1/-0)
Radiance/gtk-3.20/apps/libreoffice.css (+17/-0)
Radiance/gtk-3.20/gtk-main.css (+1/-0)
debian/changelog (+6/-0)
To merge this branch: bzr merge lp:~bjoern-michaelsen/ubuntu-themes/libreoffice-toolbars-320
Reviewer Review Type Date Requested Status
Iain Lane Approve
Review via email: mp+304355@code.launchpad.net

Commit message

fix gtk3 toolbar theming for LibreOffice (LP: #1580537)

Description of the change

Fix theming of LibreOffice toolbar with gtk-3.20 (needs a patch for LibreOffice too).

To post a comment you must log in.
Revision history for this message
Iain Lane (laney) wrote :

looks like this can only possibly break LO, so fine by me ;-)

thanks!

review: Approve
Revision history for this message
Iain Lane (laney) wrote :
Revision history for this message
Iain Lane (laney) wrote :

ping?

Revision history for this message
Iain Lane (laney) wrote :

I'm going to publish since it's User Interface Freeze today, but please check.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'Ambiance/gtk-3.20/apps/libreoffice.css'
2--- Ambiance/gtk-3.20/apps/libreoffice.css 1970-01-01 00:00:00 +0000
3+++ Ambiance/gtk-3.20/apps/libreoffice.css 2016-08-30 10:39:35 +0000
4@@ -0,0 +1,17 @@
5+.libreoffice-toolbar {
6+ background-image: none;
7+}
8+.libreoffice-toolbar button:hover {
9+ background-image: -gtk-gradient (linear, left top, left bottom,
10+ from (shade (@focus_color, 1.5)),
11+ color-stop (0.5, shade (@focus_color, 1.33)),
12+ to (shade (@focus_color, 1.28)));
13+ border-image-source: url("assets/button-hover.png");
14+}
15+.libreoffice-toolbar button:active {
16+ background-image: -gtk-gradient (linear, left top, left bottom,
17+ from (shade (@selected_bg_color, 1.5)),
18+ color-stop (0.5, shade (@selected_bg_color, 1.33)),
19+ to (shade (@selected_bg_color, 1.28)));
20+ border-image-source: url("assets/button-active-hover.png");
21+}
22
23=== modified file 'Ambiance/gtk-3.20/gtk-main.css'
24--- Ambiance/gtk-3.20/gtk-main.css 2016-08-27 14:04:48 +0000
25+++ Ambiance/gtk-3.20/gtk-main.css 2016-08-30 10:39:35 +0000
26@@ -81,4 +81,5 @@
27 @import url("apps/unity-greeter.css");
28 @import url("apps/software-center.css");
29 @import url("apps/calendar.css");
30+@import url("apps/libreoffice.css");
31 @import url("public-colors.css");
32
33=== added file 'Radiance/gtk-3.20/apps/libreoffice.css'
34--- Radiance/gtk-3.20/apps/libreoffice.css 1970-01-01 00:00:00 +0000
35+++ Radiance/gtk-3.20/apps/libreoffice.css 2016-08-30 10:39:35 +0000
36@@ -0,0 +1,17 @@
37+.libreoffice-toolbar {
38+ background-image: none;
39+}
40+.libreoffice-toolbar button:hover {
41+ background-image: -gtk-gradient (linear, left top, left bottom,
42+ from (shade (@focus_color, 1.5)),
43+ color-stop (0.5, shade (@focus_color, 1.33)),
44+ to (shade (@focus_color, 1.28)));
45+ border-image-source: url("assets/button-hover.png");
46+}
47+.libreoffice-toolbar button:active {
48+ background-image: -gtk-gradient (linear, left top, left bottom,
49+ from (shade (@selected_bg_color, 1.5)),
50+ color-stop (0.5, shade (@selected_bg_color, 1.33)),
51+ to (shade (@selected_bg_color, 1.28)));
52+ border-image-source: url("assets/button-active-hover.png");
53+}
54
55=== modified file 'Radiance/gtk-3.20/gtk-main.css'
56--- Radiance/gtk-3.20/gtk-main.css 2016-08-27 14:04:48 +0000
57+++ Radiance/gtk-3.20/gtk-main.css 2016-08-30 10:39:35 +0000
58@@ -83,4 +83,5 @@
59 @import url("apps/gnome-terminal.css");
60 @import url("apps/software-center.css");
61 @import url("apps/calendar.css");
62+@import url("apps/libreoffice.css");
63 @import url("public-colors.css");
64
65=== modified file 'debian/changelog'
66--- debian/changelog 2016-08-29 18:42:30 +0000
67+++ debian/changelog 2016-08-30 10:39:35 +0000
68@@ -1,3 +1,9 @@
69+ubuntu-themes (16.10+16.10.20160829.3-0ubuntu2) yakkety; urgency=medium
70+
71+ * fix gtk3 toolbar theming for LibreOffice (LP: #1580537)
72+
73+ -- Bjoern Michaelsen <bjoern.michaelsen@canonical.com> Tue, 30 Aug 2016 11:40:49 +0200
74+
75 ubuntu-themes (16.10+16.10.20160829.3-0ubuntu1) yakkety; urgency=medium
76
77 [ Alberts Muktupāvels ]

Subscribers

People subscribed via source and target branches