Merge lp:~larsu/ubuntu-themes/fix-gedit into lp:ubuntu-themes

Proposed by Lars Karlitski
Status: Merged
Approved by: Sebastien Bacher
Approved revision: 400
Merged at revision: 401
Proposed branch: lp:~larsu/ubuntu-themes/fix-gedit
Merge into: lp:ubuntu-themes
Diff against target: 57 lines (+8/-8)
2 files modified
Ambiance/gtk-3.0/apps/gedit.css (+4/-4)
Radiance/gtk-3.0/apps/gedit.css (+4/-4)
To merge this branch: bzr merge lp:~larsu/ubuntu-themes/fix-gedit
Reviewer Review Type Date Requested Status
Sebastien Bacher Approve
Review via email: mp+236830@code.launchpad.net

Commit message

gtk3 theme: fix gedit's search bar

It was transparent because gedit.css used color names from upstread (theme_*).

Description of the change

gtk3 theme: fix gedit's search bar

It was transparent because gedit.css used color names from upstread (theme_*).

To post a comment you must log in.
Revision history for this message
Sebastien Bacher (seb128) wrote :

thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Ambiance/gtk-3.0/apps/gedit.css'
2--- Ambiance/gtk-3.0/apps/gedit.css 2014-07-04 21:04:43 +0000
3+++ Ambiance/gtk-3.0/apps/gedit.css 2014-10-02 08:57:11 +0000
4@@ -27,7 +27,7 @@
5 }
6
7 GeditViewFrame .gedit-search-slider {
8- background-color: @theme_base_color;
9+ background-color: @base_color;
10 padding: 6px;
11 border-color: shade (@notebook_tab_gradient_b, 0.80);
12 border-radius: 0 0 3px 3px;
13@@ -42,12 +42,12 @@
14 }
15
16 GeditViewFrame .gedit-search-slider .not-found:selected {
17- background-color: @theme_selected_bg_color;
18- color: @theme_selected_fg_color;
19+ background-color: @selected_bg_color;
20+ color: @selected_fg_color;
21 }
22
23 GeditFileBrowserWidget .toolbar {
24- background-color: @theme_bg_color;
25+ background-color: @bg_color;
26 border: none;
27 padding-bottom: 3px;
28 }
29
30=== modified file 'Radiance/gtk-3.0/apps/gedit.css'
31--- Radiance/gtk-3.0/apps/gedit.css 2014-07-04 21:04:43 +0000
32+++ Radiance/gtk-3.0/apps/gedit.css 2014-10-02 08:57:11 +0000
33@@ -27,7 +27,7 @@
34 }
35
36 GeditViewFrame .gedit-search-slider {
37- background-color: @theme_base_color;
38+ background-color: @base_color;
39 padding: 6px;
40 border-color: shade (@notebook_tab_gradient_b, 0.80);
41 border-radius: 0 0 3px 3px;
42@@ -42,12 +42,12 @@
43 }
44
45 GeditViewFrame .gedit-search-slider .not-found:selected {
46- background-color: @theme_selected_bg_color;
47- color: @theme_selected_fg_color;
48+ background-color: @selected_bg_color;
49+ color: @selected_fg_color;
50 }
51
52 GeditFileBrowserWidget .toolbar {
53- background-color: @theme_bg_color;
54+ background-color: @bg_color;
55 border: none;
56 padding-bottom: 3px;
57 }

Subscribers

People subscribed via source and target branches