Merge lp:~elementary-design/egtk/hcsd-control-fixes into lp:~elementary-design/egtk/trunk

Proposed by Danielle Foré
Status: Merged
Approved by: Danielle Foré
Approved revision: 163
Merged at revision: 166
Proposed branch: lp:~elementary-design/egtk/hcsd-control-fixes
Merge into: lp:~elementary-design/egtk/trunk
Diff against target: 16 lines (+2/-1)
1 file modified
gtk-3.0/gtk-widgets.css (+2/-1)
To merge this branch: bzr merge lp:~elementary-design/egtk/hcsd-control-fixes
Reviewer Review Type Date Requested Status
Danielle Foré Approve
Review via email: mp+202983@code.launchpad.net

Commit message

fix box shadow and border for headerbar window control buttons

Description of the change

Fixes two issues in GtkHeaderBars
* Removes box-shadow from non-active, non-focused window controls
* fixes extra px border width

To post a comment you must log in.
Revision history for this message
Danielle Foré (danrabbit) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'gtk-3.0/gtk-widgets.css'
2--- gtk-3.0/gtk-widgets.css 2014-01-23 16:39:57 +0000
3+++ gtk-3.0/gtk-widgets.css 2014-01-24 03:53:52 +0000
4@@ -2228,10 +2228,11 @@
5 padding: 3px;
6
7 border-radius: 3px;
8- border-width: 1px 1px 2px 1px;
9+ border-width: 1px;
10 border-color: transparent;
11 border-style: solid;
12 border-image: none;
13+ box-shadow: none;
14 }
15
16 .titlebar .titlebutton:backdrop {

Subscribers

People subscribed via source and target branches

to all changes:
to status/vote changes: