/* xfdesktop GTK3 theming */ /* default view */ XfdesktopIconView.view { background: #9bb1b3; color: #3c3f3f; text-shadow: 0 0px 0px black; text-decoration-color: black; border-radius: 5px; } /* view when icon selected */ XfdesktopIconView.view:active { background: rgba(60, 69, 70, 0.3); text-shadow: 0 1px 1px black; } /* label when icon selected */ XfdesktopIconView.label:active { background-color: rgba(255,255,255,0.3); color: white;} /* drag box */ XfdesktopIconView.view .rubberband { border-color: #9bb1b3; background-color: rgba(60, 69, 70, 0.5); border-radius: 0; }