diff --git a/Theme/Chicago95/gtk-3.0/gtk-widgets.css b/Theme/Chicago95/gtk-3.0/gtk-widgets.css index 79de59b..8a427fd 100644 --- a/Theme/Chicago95/gtk-3.0/gtk-widgets.css +++ b/Theme/Chicago95/gtk-3.0/gtk-widgets.css @@ -2901,14 +2901,14 @@ button.appmenu { padding-top: 4px;*/ } -/* declaration of .view was causing problems with white background rubberband in nautilus, putting this here for now */ -flowbox rubberband, treeview.view rubberband, .content-view rubberband, -.rubberband, rubberband { - border: 1px solid @border_dark; - background-color: transparent; - /* box-shadow: inset 1px 1px 0px 0px @border_dark, - inset -1px -1px 0px 0px @border_dark; */ -} +.rubberband, +rubberband, +flowbox rubberband, +treeview.view rubberband, +.content-view rubberband { + border: 1px solid @selected_bg_color; + background: rgba(0,0,50.2,0.5); + border-radius: 0px; } /* Misc stuff */ diff --git a/Theme/Chicago95/gtk-3.24/apps/thunar.css b/Theme/Chicago95/gtk-3.24/apps/thunar.css index 70acbe6..99c6f64 100644 --- a/Theme/Chicago95/gtk-3.24/apps/thunar.css +++ b/Theme/Chicago95/gtk-3.24/apps/thunar.css @@ -74,3 +74,4 @@ background-size: 21px 17px; padding-left: 1.5em; padding-right: 1.5em; } + diff --git a/Theme/Chicago95/gtk-3.24/gtk-widgets.css b/Theme/Chicago95/gtk-3.24/gtk-widgets.css index 6aaf457..8ca9242 100644 --- a/Theme/Chicago95/gtk-3.24/gtk-widgets.css +++ b/Theme/Chicago95/gtk-3.24/gtk-widgets.css @@ -2917,14 +2917,14 @@ button.appmenu { padding-top: 4px;*/ } -/* declaration of .view was causing problems with white background rubberband in nautilus, putting this here for now */ -flowbox rubberband, treeview.view rubberband, .content-view rubberband, -.rubberband, rubberband { - border: 1px solid @border_dark; - background-color: transparent; - /* box-shadow: inset 1px 1px 0px 0px @border_dark, - inset -1px -1px 0px 0px @border_dark; */ -} +.rubberband, +rubberband, +flowbox rubberband, +treeview.view rubberband, +.content-view rubberband { + border: 1px solid @selected_bg_color; + background: rgba(0,0,50.2,0.5); + border-radius: 0px; } /* Misc stuff */