maybe it fixes it now

main
The_miro 2025-10-17 14:21:28 +02:00
parent b08673d0d2
commit e50bb8720d
1 changed files with 6 additions and 4 deletions

View File

@ -16,12 +16,14 @@ window {
/* Thunar / GTK3 selection fixes */ /* Thunar / GTK3 selection fixes */
/* Rubberband (drag selection box) */ .rubberband,
.rubberband { .view.rubberband,
background-color: rgba(80, 24, 221, 0.2); /* translucent purple */ iconview.rubberband {
border: 1px solid rgba(80, 24, 221, 0.6); background: transparent !important;
border: 1px solid rgba(80, 24, 221, 0.7) !important;
} }
/* Selected items (in icon view, list view, etc.) */ /* Selected items (in icon view, list view, etc.) */
*:selected, *:selected,
.view:selected, .view:selected,