Merge lp:~christhehorton/salience/quantal_fixes into lp:salience

Proposed by Christopher Kyle Horton
Status: Merged
Merged at revision: 172
Proposed branch: lp:~christhehorton/salience/quantal_fixes
Merge into: lp:salience
Diff against target: 51 lines (+26/-1)
1 file modified
gtk-3.0/gtk-widgets.css (+26/-1)
To merge this branch: bzr merge lp:~christhehorton/salience/quantal_fixes
Reviewer Review Type Date Requested Status
Christopher Kyle Horton Approve
Review via email: mp+139415@code.launchpad.net

Commit message

Initial fixes for GTK+3.6 compatibility.

Description of the change

Incorporate some fixes previously worked on for GTK+3.6 into trunk for continued development.

To post a comment you must log in.
Revision history for this message
Christopher Kyle Horton (christhehorton) wrote :

I will go ahead and add this into trunk so we can get started on 2.0 work. This will give us a head start.

review: Approve
Revision history for this message
Aditya V (kroq-gar78) wrote :

I'll make sure all is well on Precise.

Revision history for this message
Christopher Kyle Horton (christhehorton) wrote :

If it isn't, then maybe we don't need to worry about it. The 1.x series can
remain dedicated to Precise.
On Dec 12, 2012 5:50 PM, "kroq-gar78" <email address hidden> wrote:
>
> I'll make sure all is well on Precise.
>
> --
>
https://code.launchpad.net/~christhehorton/salience/quantal_fixes/+merge/139415
> You are the owner of lp:~christhehorton/salience/quantal_fixes.

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 2012-10-22 15:00:51 +0000
3+++ gtk-3.0/gtk-widgets.css 2012-12-12 09:42:20 +0000
4@@ -15,6 +15,24 @@
5
6 -GtkWindow-resize-grip-height: 0;
7 -GtkWindow-resize-grip-width: 0;
8+
9+ /* Ubuntu 12.10-specific fix for white borders around everything. */
10+ border-width: 1px;
11+ border-color: alpha (#000000, 0.25);
12+ -unico-border-gradient: -gtk-gradient (linear,
13+ left top, left bottom,
14+ from (shade (@bg_color, 0.80)),
15+ to (shade (@bg_color, 0.70)));
16+ -unico-inner-stroke-width: 1px;
17+ -unico-inner-stroke-gradient: -gtk-gradient (linear,
18+ left top, left bottom,
19+ from (shade (@bg_color, 1.2)),
20+ to (shade (@bg_color, 1.1)));
21+ -unico-outer-stroke-width: 1px;
22+ -unico-outer-stroke-gradient: -gtk-gradient (linear,
23+ left top, left bottom,
24+ from (shade (@bg_color, 0.9)),
25+ to (shade (@bg_color, 1.1)));
26 }
27
28 /***************
29@@ -776,6 +794,12 @@
30 /* text-shadow: 0 1 alpha (#000, 0.95);*/
31 }
32
33+.dynamic-notebook.notebook tab *,
34+.notebook tab * {
35+ background-color: transparent;
36+ background-image: none;
37+}
38+
39 .pane-separator,
40 .pane-separator:prelight,
41 .pane-separator:selected {
42@@ -1159,7 +1183,8 @@
43 GtkImage:hover:backdrop,
44 GtkImage:hover:active:backdrop,
45 GtkImage:insensitive:backdrop,
46-GtkImage:selected:backdrop {
47+GtkImage:selected:backdrop,
48+.button * {
49 background-color: transparent;
50 background-image: none;
51 }

Subscribers

People subscribed via source and target branches