diff --git a/gtk-themes/cyberqueer/gtk-3.0/gtk.css b/gtk-themes/cyberqueer/gtk-3.0/gtk.css index 6a42ec1..85ab720 100644 --- a/gtk-themes/cyberqueer/gtk-3.0/gtk.css +++ b/gtk-themes/cyberqueer/gtk-3.0/gtk.css @@ -16,11 +16,9 @@ window { /* Thunar / GTK3 selection fixes */ -.rubberband, -.view.rubberband, -iconview.rubberband { - background: transparent !important; - border: 1px solid rgba(80, 24, 221, 0.7) !important; +.rubberband { + background-color: rgba(80, 24, 221, 0.2); /* translucent purple */ + border: 1px solid rgba(80, 24, 221, 0.8); }