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
=== modified file 'gtk-3.0/gtk-widgets.css'
--- gtk-3.0/gtk-widgets.css 2012-10-22 15:00:51 +0000
+++ gtk-3.0/gtk-widgets.css 2012-12-12 09:42:20 +0000
@@ -15,6 +15,24 @@
1515
16 -GtkWindow-resize-grip-height: 0;16 -GtkWindow-resize-grip-height: 0;
17 -GtkWindow-resize-grip-width: 0;17 -GtkWindow-resize-grip-width: 0;
18
19 /* Ubuntu 12.10-specific fix for white borders around everything. */
20 border-width: 1px;
21 border-color: alpha (#000000, 0.25);
22 -unico-border-gradient: -gtk-gradient (linear,
23 left top, left bottom,
24 from (shade (@bg_color, 0.80)),
25 to (shade (@bg_color, 0.70)));
26 -unico-inner-stroke-width: 1px;
27 -unico-inner-stroke-gradient: -gtk-gradient (linear,
28 left top, left bottom,
29 from (shade (@bg_color, 1.2)),
30 to (shade (@bg_color, 1.1)));
31 -unico-outer-stroke-width: 1px;
32 -unico-outer-stroke-gradient: -gtk-gradient (linear,
33 left top, left bottom,
34 from (shade (@bg_color, 0.9)),
35 to (shade (@bg_color, 1.1)));
18}36}
1937
20/***************38/***************
@@ -776,6 +794,12 @@
776/* text-shadow: 0 1 alpha (#000, 0.95);*/794/* text-shadow: 0 1 alpha (#000, 0.95);*/
777}795}
778796
797.dynamic-notebook.notebook tab *,
798.notebook tab * {
799 background-color: transparent;
800 background-image: none;
801}
802
779.pane-separator,803.pane-separator,
780.pane-separator:prelight,804.pane-separator:prelight,
781.pane-separator:selected {805.pane-separator:selected {
@@ -1159,7 +1183,8 @@
1159GtkImage:hover:backdrop,1183GtkImage:hover:backdrop,
1160GtkImage:hover:active:backdrop,1184GtkImage:hover:active:backdrop,
1161GtkImage:insensitive:backdrop,1185GtkImage:insensitive:backdrop,
1162GtkImage:selected:backdrop {1186GtkImage:selected:backdrop,
1187.button * {
1163 background-color: transparent;1188 background-color: transparent;
1164 background-image: none;1189 background-image: none;
1165}1190}

Subscribers

People subscribed via source and target branches