Merge lp:~satyajit-happy/egtk/insensitive-entry-text into lp:~elementary-design/egtk/trunk

Proposed by Satyajit Sahoo
Status: Merged
Approved by: Danielle Foré
Approved revision: 153
Merged at revision: 158
Proposed branch: lp:~satyajit-happy/egtk/insensitive-entry-text
Merge into: lp:~elementary-design/egtk/trunk
Diff against target: 19 lines (+3/-1)
1 file modified
gtk-3.0/gtk-widgets.css (+3/-1)
To merge this branch: bzr merge lp:~satyajit-happy/egtk/insensitive-entry-text
Reviewer Review Type Date Requested Status
Danielle Foré Approve
Review via email: mp+202188@code.launchpad.net

Commit message

dim the text color in insensitive entries

Description of the change

The text color in the entry widget is the same as normal entry widget in egtk. This makes it hard to distinguish normal and insensitive entries. This commit dims the text color in the entry widget.

lp:1231181

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 2013-12-21 07:42:34 +0000
3+++ gtk-3.0/gtk-widgets.css 2014-01-18 03:23:49 +0000
4@@ -262,6 +262,8 @@
5 alpha (#000, 0.05),
6 transparent 5px
7 );
8+
9+ color: @insensitive_color;
10 }
11
12 .header-bar .entry:insensitive,
13@@ -2189,4 +2191,4 @@
14 .h3 { font: open sans bold 12; }
15
16 @import url("granite-widgets.css");
17-@import url("apps.css");
18\ No newline at end of file
19+@import url("apps.css");

Subscribers

People subscribed via source and target branches

to all changes:
to status/vote changes: