Update for MATE caja rubberband

This commit is contained in:
EMH-Mark-I 2019-12-22 17:30:39 -06:00
parent e630507dba
commit b39d469357
2 changed files with 6 additions and 1 deletions

View File

@ -165,7 +165,8 @@ na-tray-applet {
padding: 2px; padding: 2px;
box-shadow: none; } box-shadow: none; }
.caja-desktop-window .rubberband { .caja-desktop-window .rubberband,
.caja-navigation-window .rubberband {
border: 1px solid @selected_bg_color; border: 1px solid @selected_bg_color;
background: rgba(0,0,50.2,0.5); } background: rgba(0,0,50.2,0.5); }
/* This will prevent caja from printing over the desktop wallpaper */ /* This will prevent caja from printing over the desktop wallpaper */

View File

@ -166,6 +166,10 @@ na-tray-applet {
padding: 2px; padding: 2px;
box-shadow: none; } box-shadow: none; }
.caja-desktop-window .rubberband,
.caja-navigation-window .rubberband {
border: 1px solid @selected_bg_color;
background: rgba(0,0,50.2,0.5); }
/* This will prevent caja from printing over the desktop wallpaper */ /* This will prevent caja from printing over the desktop wallpaper */
.caja-desktop-window grid scrolledwindow { .caja-desktop-window grid scrolledwindow {
background: none; background: none;