Comment 3 for bug 1301771

Revision history for this message
Ali Najafi (alinajafi) wrote :

You can fix it manually. Open the file gtk-widgets.css under, for example, for Radiance: /usr/share/themes/Radiance/gtk-3.0/

Then, find the line (#1040): /* Workaround for lp:949368 */
and comment two following blocks with "/*" at the beginning and "*/" at the end, like this:

/*GtkComboBox .menuitem * {
color: @fg_color;
}
GtkComboBox .menuitem *:hover {
    color: @selected_fg_color;
}*/