jpfleury / clearlooks-phenix

GTK3 port of the Clearlooks theme
GNU General Public License v3.0
96 stars 42 forks source link

rubberband selection looking solid white in the filemanager #35

Open irishbandit opened 7 years ago

irishbandit commented 7 years ago

I dont know if you want to fix this or not but. Currently rubberband selection is solid color.

--- "a/clearlooks-phenix-master/gtk-3.0/gtk-widgets.css" 2016-10-07 08:21:37.000000000 -0500 +++ b/clearlooks-phenix-master/gtk-3.0/gtk-widgets.css 2016-11-01 21:08:19.964107155 -0500 @@ -154,9 +154,8 @@ -GtkButton-inner-border: 0; }

-.rubberband, -view rubberband, -rubberband { +.view.rubberband,

N46AN commented 7 years ago

Thanks, this patch worked! Hopefully the author will fix this.