maybe it fixes it now
parent
b08673d0d2
commit
e50bb8720d
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue