Merge lp:~larsu/ubuntu-themes/dont-clear-toolbar-bg into lp:ubuntu-themes

Proposed by Lars Karlitski
Status: Merged
Approved by: Sebastien Bacher
Approved revision: 349
Merged at revision: 349
Proposed branch: lp:~larsu/ubuntu-themes/dont-clear-toolbar-bg
Merge into: lp:ubuntu-themes
Diff against target: 23 lines (+0/-2)
2 files modified
Ambiance/gtk-3.0/gtk-widgets.css (+0/-1)
Radiance/gtk-3.0/gtk-widgets.css (+0/-1)
To merge this branch: bzr merge lp:~larsu/ubuntu-themes/dont-clear-toolbar-bg
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Sebastien Bacher Approve
Review via email: mp+209269@code.launchpad.net

Commit message

Don't set toolbar's background to transparent

Evolution uses the toolbar's background color for the frame in its mail view. A transparent background will make that appear black.

Description of the change

Don't set toolbar's background to transparent

Evolution uses the toolbar's background color for the frame in its mail view. A transparent background will make that appear black.

Adwaita is doing the same thing.

To post a comment you must log in.
Revision history for this message
Sebastien Bacher (seb128) wrote :

Looks fine and does resolve the issue!

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Ambiance/gtk-3.0/gtk-widgets.css'
2--- Ambiance/gtk-3.0/gtk-widgets.css 2014-02-17 11:48:59 +0000
3+++ Ambiance/gtk-3.0/gtk-widgets.css 2014-03-04 14:08:36 +0000
4@@ -1896,7 +1896,6 @@
5 ***********/
6 .toolbar {
7 border-style: none;
8- background-color: transparent;
9 padding: 1px;
10
11 color: @fg_color;
12
13=== modified file 'Radiance/gtk-3.0/gtk-widgets.css'
14--- Radiance/gtk-3.0/gtk-widgets.css 2014-02-17 11:48:59 +0000
15+++ Radiance/gtk-3.0/gtk-widgets.css 2014-03-04 14:08:36 +0000
16@@ -1905,7 +1905,6 @@
17 ***********/
18 .toolbar {
19 border-style: none;
20- background-color: transparent;
21 padding: 1px;
22
23 color: @fg_color;

Subscribers

People subscribed via source and target branches