jpfleury/clearlooks-phenix

rubberband selection looking solid white in the filemanager

Opened this issue · 1 comments

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,

  • .rubberband {
    background-color: alpha (@theme_selected_bg_color, 0.35);
    border-color: @theme_selected_bg_color;
    border-style: solid;
N46AN commented

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