~l3on/ubuntu-themes/gnome-shell-fixes

« back to all changes in this revision

Viewing changes to Radiance/gtk-3.0/apps/gedit.css

  • Committer: Leo Iannacone
  • Date: 2014-10-16 08:34:57 UTC
  • mfrom: (376.1.27 ubuntu-themes)
  • Revision ID: l3on@ubuntu.com-20141016083457-nt0si4npygx9yfij
[ Lars Uebernickel ]
* Mark Ambiance and Radiance to use overlay scrollbars
* gtk3 theme: fix gedit's search bar
* Gtk theme: expose public colors with Adwaita's naming scheme

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
}
28
28
 
29
29
GeditViewFrame .gedit-search-slider {
30
 
    background-color: @theme_base_color;
 
30
    background-color: @base_color;
31
31
    padding: 6px;
32
32
    border-color: shade (@notebook_tab_gradient_b, 0.80);
33
33
    border-radius: 0 0 3px 3px;
42
42
}
43
43
 
44
44
GeditViewFrame .gedit-search-slider .not-found:selected {
45
 
    background-color: @theme_selected_bg_color;
46
 
    color: @theme_selected_fg_color;
 
45
    background-color: @selected_bg_color;
 
46
    color: @selected_fg_color;
47
47
}
48
48
 
49
49
GeditFileBrowserWidget .toolbar  {
50
 
    background-color: @theme_bg_color;
 
50
    background-color: @bg_color;
51
51
    border: none;
52
52
    padding-bottom: 3px;
53
53
}