https://bugzilla.xfce.org/show_bug.cgi?id=14358
--- Comment #5 from vladimir <[email protected]> --- (In reply to Andre Miranda from comment #4) > I see. The first one must be Bug 14021. The problem with "background under > the labels" is Bug 12697? No, that's different....solved this problem by adding a code theme to gtk3 - XfdesktopIconView.view { background: transparent; color: #fcfcfc; border-radius: 3px; } XfdesktopIconView.view:active { background: rgba(23, 104, 189, 0.5); text-shadow: 0 1px 1px black; } XfdesktopIconView.view .label { text-shadow: 1px 1px 2px black; } XfdesktopIconView.view .rubberband { background: rgba(57, 142, 231, 0.2); border: 1px solid shade(#398ee7, 0.7); } -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Xfce-bugs mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce-bugs
