Merge lp:~danrabbit/egtk/infobar-text-fix into lp:egtk/1.0

Proposed by Danielle Foré
Status: Merged
Approved by: Cassidy James Blaede
Approved revision: 589
Merged at revision: 595
Proposed branch: lp:~danrabbit/egtk/infobar-text-fix
Merge into: lp:egtk/1.0
Diff against target: 46 lines (+12/-3)
1 file modified
gtk-3.0/gtk-widgets.css (+12/-3)
To merge this branch: bzr merge lp:~danrabbit/egtk/infobar-text-fix
Reviewer Review Type Date Requested Status
Cassidy James Blaede Approve
Review via email: mp+151377@code.launchpad.net

Description of the change

Cleaner fix for the infobar woes.

To post a comment you must log in.
Revision history for this message
Cassidy James Blaede (cassidyjames) wrote :

looks great

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 2013-02-20 18:51:23 +0000
3+++ gtk-3.0/gtk-widgets.css 2013-03-03 00:31:25 +0000
4@@ -239,7 +239,6 @@
5 .sidebar.view:selected,
6 .source-list.view:selected,
7 .tooltip *,
8-GtkInfoBar *,
9 GtkSwitch.trough:active {
10 color: @selected_fg_color;
11 }
12@@ -253,7 +252,6 @@
13 .sidebar.view:selected,
14 .source-list.view:selected,
15 .tooltip,
16-GtkInfoBar,
17 GtkSwitch.trough:active {
18 text-shadow: 0 1 alpha (#000, 0.3);
19 icon-shadow: 0 1 alpha (#000, 0.3);
20@@ -393,7 +391,7 @@
21 * infobar *
22 ***********/
23
24-GtkInfoBar {
25+.info {
26 border-style: solid;
27 border-width: 0 0 1px 0;
28 -unico-inner-stroke-width: 1px 0 1px 0;
29@@ -415,6 +413,17 @@
30 to (alpha (#fff, 0.06)));
31 }
32
33+.info GtkLabel {
34+ color: @selected_fg_color;
35+ text-shadow: 0 1 alpha (#000, 0.3);
36+ icon-shadow: 0 1 alpha (#000, 0.3);
37+}
38+
39+.info GtkLabel:insensitive {
40+ text-shadow: 0 1 alpha (#fff, 0.3);
41+ icon-shadow: 0 1 alpha (#fff, 0.3);
42+}
43+
44 GtkInfoBar .entry,
45 GtkInfoBar .menu {
46 color: @text_color;

Subscribers

People subscribed via source and target branches

to all changes: