Fixed rubberband theme for GTK3 applications.
This commit is contained in:
aidan 2019-08-25 14:11:41 -05:00
parent de8629f8cb
commit f33bb6536d
3 changed files with 17 additions and 16 deletions

View File

@ -2901,14 +2901,14 @@ button.appmenu {
padding-top: 4px;*/ padding-top: 4px;*/
} }
/* declaration of .view was causing problems with white background rubberband in nautilus, putting this here for now */ .rubberband,
flowbox rubberband, treeview.view rubberband, .content-view rubberband, rubberband,
.rubberband, rubberband { flowbox rubberband,
border: 1px solid @border_dark; treeview.view rubberband,
background-color: transparent; .content-view rubberband {
/* box-shadow: inset 1px 1px 0px 0px @border_dark, border: 1px solid @selected_bg_color;
inset -1px -1px 0px 0px @border_dark; */ background: rgba(0,0,50.2,0.5);
} border-radius: 0px; }
/* Misc stuff */ /* Misc stuff */

View File

@ -74,3 +74,4 @@
background-size: 21px 17px; background-size: 21px 17px;
padding-left: 1.5em; padding-left: 1.5em;
padding-right: 1.5em; } padding-right: 1.5em; }

View File

@ -2917,14 +2917,14 @@ button.appmenu {
padding-top: 4px;*/ padding-top: 4px;*/
} }
/* declaration of .view was causing problems with white background rubberband in nautilus, putting this here for now */ .rubberband,
flowbox rubberband, treeview.view rubberband, .content-view rubberband, rubberband,
.rubberband, rubberband { flowbox rubberband,
border: 1px solid @border_dark; treeview.view rubberband,
background-color: transparent; .content-view rubberband {
/* box-shadow: inset 1px 1px 0px 0px @border_dark, border: 1px solid @selected_bg_color;
inset -1px -1px 0px 0px @border_dark; */ background: rgba(0,0,50.2,0.5);
} border-radius: 0px; }
/* Misc stuff */ /* Misc stuff */