~ubuntu-branches/ubuntu/trusty/ubuntu-themes/trusty

« back to all changes in this revision

Viewing changes to Ambiance/gtk-3.0/gtk-widgets.css

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Lars Uebernickel
  • Date: 2014-03-27 18:21:00 UTC
  • mfrom: (1.1.34)
  • Revision ID: package-import@ubuntu.com-20140327182100-dhzksg66mc8hgyfw
Tags: 14.04+14.04.20140327-0ubuntu1
[ Lars Uebernickel ]
Give event boxes a bg color To make deja-dup's assistant windows
work. Again, this is a temporary fix for gtk 3.10. (LP: #1295105)

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
    color: @backdrop_fg_color;
85
85
}
86
86
 
 
87
GtkEventBox {
 
88
    background-color: @bg_color;
 
89
}
 
90
 
87
91
/*********
88
92
 * arrow *
89
93
 *********/